tera 2.0.0-alpha.4

A template engine for Rust based on Jinja2/Django
Documentation
1
2
3
4
{{ false and product.name }}
{{ true or product.name }}
{{ false and data.names }}
{{ some_bool and product.name }}