You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I explained in #273, the syntax is actually different from Jinja, so I don't think this will work. Rewriting the Askama AST into Tera AST and interpreting it there might work, but I'm unlikely to work on it anytime soon (unless funding is available).
How about adding a hot reload using Python? Using Pyo3 crate, you can call Python code that compiles templates in real time.
https://pyo3.rs/master/python_from_rust.html
https://jinja.palletsprojects.com/en/2.11.x/
#273
The text was updated successfully, but these errors were encountered: