From a95406fdbe26a378c7e7581293cecbabfba6ce8e Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 17 Sep 2022 01:25:22 +0300 Subject: init commit --- templates/base.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 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..9b997b6 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,39 @@ + + + + + + {% if page.title%} + {{ page.title }} + {% else %} + Luhamus + {% endif %} + + + + +
+
+

Luhamus

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