djc / askama

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

Add support for `elif` #1057

Closed GuillaumeGomez closed 4 months ago

GuillaumeGomez commented 4 months ago

Fixes #1056.

Kijewski commented 4 months ago

I added a commit to deduplicate the both branches a bit. Please feel free to un-cherry-pick the commit if you don't like it. :)

GuillaumeGomez commented 4 months ago

No I love it. Should have thought about that. :)

djc commented 4 months ago

Nice!