telemachus 0.1.0

Another template library, suporting serialization
Documentation
1
2
3
4
5
<ul>
    {% for user in users %}
    <li><a href="{{ user.url }}">{{ user.username }}</a></li>
    {% endfor %}
</ul>