From bd24273d096399b96a88574a0033db03739a8d6c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 24 Oct 2024 23:47:45 +0200 Subject: official initial commit --- templates/thoughts.html.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/thoughts.html.j2 (limited to 'templates/thoughts.html.j2') diff --git a/templates/thoughts.html.j2 b/templates/thoughts.html.j2 new file mode 100644 index 0000000..17b2797 --- /dev/null +++ b/templates/thoughts.html.j2 @@ -0,0 +1,5 @@ +{% extends "template.html.j2" %} +{% block content %} + Back to main page + {{ content }} +{% endblock %} -- cgit v1.2.3