Django/Jinja/Stencil should be the de facto standard for all templating systems so developers can port their work to any platform without sweat.

Kudos for porting Jinja to Rust.

To be honest, there have been multiple takes on Jinja in Rust already; I think Tera (https://github.com/Keats/tera) is the most used. However, Tera didn't quite feel Rusty to me, so I wanted to try another approach.