tera 0.10.0

Template engine based on Jinja2/Django templates
Documentation
<html>
  <head>
    <title>Products</title>
  </head>
  <body>
    <div>
      <table>
    <thead>
        <th>User</th>
        <th>Number of reviews</th>
    </thead>
    <tr>
        <td>bob</td>
        <td>2</td>
    </tr>
</table>
    </div>
  </body>
</html>