home · contact · privacy
Improve accounting scripts, start todo.py rewrite.
[misc] / new_todo / html / templates.html
diff --git a/new_todo/html/templates.html b/new_todo/html/templates.html
new file mode 100644 (file)
index 0000000..78dc4d7
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<ul>
+{% for tmpl in templates %}
+<li><a href="template?id={{tmpl.id_}}">{{tmpl.title.newest}}</a>
+{% endfor %}
+</ul>
+<a href="template">add</a>
+{% endblock %}
+