Closed baron-digit closed 4 months ago
You can use askama_parser
and then generate the code from there if you want?
Closing this as a duplicate to #491, feel free to continue discussion there.
@GuillaumeGomez I don't see how the use of rinja_parser helps compared to using askama_parser. (This is Askama's issue tracker, not rinja's.)
Oh wow sorry, I meant askama_parser
... Didn't pay attention to the repository.
Hi,
Is there a way to switch from compile time loading of the templates to runtime (similar to tera) if needed?
I like askama's syntax better, but for flexibility reasons (e.g. updating just the response templates with the front end team) it would be awesome to have a possibility to switch whenever needed.
Thanks in advance for your support.