djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.5k stars 221 forks source link

Dynamically rendering templates during development? #1085

Closed programlife555 closed 3 months ago

programlife555 commented 3 months ago

It can be like this library https://github.com/pyrossh/rust-embed. release: Render templates using rust binary code dev: Use the file system to load rendering templates

djc commented 3 months ago

See #491 (and read the comments).