tera 2.0.0-alpha.3

A template engine for Rust based on Jinja2/Django
Documentation
1
2
3
4
5
6
{{ {"hello": 0} }}{{ {"hello": data} }}
{{ {...other} }}
{{ {...a, "key": value} }}
{{ {"key": value, ...other} }}
{{ {...a, ...b} }}
{{ {...a, "k": v, ...b} }}