tera 1.0.0-alpha.2

Template engine based on Jinja2/Django templates
Documentation
1
2
3
4
Hello
{% for r in reviews %}
 {{ r.random }}
{% endfor %}