From 15fc4c739ae07421c0ce1bed9fc05403312a2e86 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 25 Oct 2024 21:46:28 +0200 Subject: added about page, changed css, added navbar --- templates/thought.html.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/thought.html.j2 (limited to 'templates/thought.html.j2') diff --git a/templates/thought.html.j2 b/templates/thought.html.j2 new file mode 100644 index 0000000..fa4873e --- /dev/null +++ b/templates/thought.html.j2 @@ -0,0 +1,4 @@ +{% extends "template.html.j2" %} +{% block content %} + {{ content|safe }} +{% endblock %} -- cgit v1.2.3