tera 0.10.3

Template engine based on Jinja2/Django templates
Documentation
<html>
  <head>
    <title>Products</title>
  </head>
  <body>
    <div>
      {% include "included.html" %}
    </div>
  </body>
</html>