home · contact · privacy
78dc4d72258c1e2f10c4fec7313aa240aa83e975
[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