Hacker News new | ask | show | jobs
by mitchtbaum 3775 days ago
Since I use Jinja syntax for tempaltes already and potentially would like to switch to Rust later, would it make more sense later to add Jinja support to this library or to go with https://github.com/jroweboy/jinja2-c ?
2 comments

I'm currently working on something like jinja/django templates in Rust, hopefully ready soon-ish
The syntax of Jinja is completely different to Polly's. If you're really persistent about using Jinja, you should probably use Jinja2-c.