tera 0.10.1

Template engine based on Jinja2/Django templates
Documentation
{% macro hello_world(greeting) %}
    Hello {{ greeting }}
{% endmacro hello_world %}