From 95a5c95842de869cfd7c8e9d1c824dc0780af949 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 22 Dec 2021 19:35:12 +0000 Subject: renamed all template files --- templates/thoughts.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 templates/thoughts.html (limited to 'templates/thoughts.html') diff --git a/templates/thoughts.html b/templates/thoughts.html deleted file mode 100644 index bdbe854..0000000 --- a/templates/thoughts.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "template.html" %} -{% block content %} - {% for category_name, thoughts in tree.items() %} -

{{category_name}}

-
- {% for id_, title, dt in thoughts %} -
{{title}}
-
{{dt}}
- {% endfor %} -
- {% endfor %} -{% endblock %} \ No newline at end of file -- cgit v1.2.3