18
Anyone have suggestions for a good Rust template engine?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
My go to for static content is astro.js. It gives a really nice developer experience that is really just writing HTML but with the quality of life of reusable "components", all with 0 JS by default.
Ultimately, I ended up using Astro, Rust was giving me too much pain for no tangible gain.