tera 0.10.0

Template engine based on Jinja2/Django templates
Documentation
1
2
3
4
{% macro input(label, type) %}
    {% macro nested() %}
    {% endmacro nested %}
{% endmacro input %}