[go: up one dir, main page]

tera 0.10.3

Template engine based on Jinja2/Django templates
Documentation
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>Products</title>
  </head>
  <body>
    <div>
      {% include "included.html" %}
    </div>
  </body>
</html>