tera 2.0.0-alpha.3

A template engine for Rust based on Jinja2/Django
Documentation
1
2
3
4
{% set value = {"hello": 0, "bob": true, "d": data} %}
{% set literal_only = {"hello": 0, "bob": true, "d": "data"} %}
{% set escape_in_key = {"hello \n \" hello": 0,} %}
{% set spread = {...other} %}