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/template.html.j2 | 52 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 46 insertions(+), 6 deletions(-) (limited to 'templates/template.html.j2') diff --git a/templates/template.html.j2 b/templates/template.html.j2 index 96f7f9d..4753dfd 100644 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -2,14 +2,54 @@ - {{ title }} + + + cafebabe.gay :: {{ title }} + + + -
-
- {% block content %} - {% endblock %} -
+
+
+
+
+

{{ title }}

+ +
+
+
+
+ {% block content %} + {% endblock %} +
+
-- cgit v1.2.3