From 77ffc8dfeabd45cb3fac500902fcbcb7176edcc7 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 26 Mar 2023 16:55:25 +0900 Subject: project: Initial commit --- templates/base.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..33f4fd5 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,25 @@ +{% import "macros/posts.html" as posts %} + + + + + {% include "parts/head.html" %} + {% block html_title %}{% endblock html_title %} + + +
+
+ {{ config.title }} +

Fixing nonexistent problems

+
+ {% include "parts/nav.html" %} +
+ {% block content %}{% endblock %} +
+ +
+ + -- cgit 1.4.1