tera 2.0.0-alpha.4

A template engine for Rust based on Jinja2/Django
Documentation
1
{% if a == 0 %}A{% elif a == 1 %}B{% else %}Oops{% endif %}