tera 0.10.3

Template engine based on Jinja2/Django templates
Documentation
<html>
  <head>
    <title>{% block title %}{{ product.name }}{% endblock title %}</title>
    {% block extrahead %}{% endblock extrahead %}
  </head>
  <body>
    <div>{% block content %}{% endblock content %}</div>
  </body>
</html>