tera 2.0.0-alpha.3

A template engine for Rust based on Jinja2/Django
Documentation
1
2
3
4
$$ component
{% component hello(val=1) %}{{val}}{% endcomponent hello %}
$$ tpl
{{<hello val={2}/>}}