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/thoughts.html.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/thoughts.html.j2') diff --git a/templates/thoughts.html.j2 b/templates/thoughts.html.j2 index 17b2797..69734fa 100644 --- a/templates/thoughts.html.j2 +++ b/templates/thoughts.html.j2 @@ -1,5 +1,6 @@ {% extends "template.html.j2" %} {% block content %} - Back to main page - {{ content }} +
+ {{ content|safe }} +
{% endblock %} -- cgit v1.2.3