tera 0.10.3

Template engine based on Jinja2/Django templates
Documentation
<table>
    <thead>
        <th>User</th>
        <th>Number of reviews</th>
    </thead>
    <tr>
        <td>{{ username }}</td>
        <td>{{ number_reviews }}</td>
    </tr>
</table>