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/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html.j2') diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 8257ab2..fa4873e 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -1,4 +1,4 @@ {% extends "template.html.j2" %} {% block content %} - {{ content }} + {{ content|safe }} {% endblock %} -- cgit v1.2.3