home · contact · privacy
Improve accounting scripts, start todo.py rewrite.
[misc] / new_todo / html / templates.html
1 {% extends 'base.html' %}
2
3 {% block content %}
4 <ul>
5 {% for tmpl in templates %}
6 <li><a href="template?id={{tmpl.id_}}">{{tmpl.title.newest}}</a>
7 {% endfor %}
8 </ul>
9 <a href="template">add</a>
10 {% endblock %}
11