From db93ff98409fac1c1a3742d0f81484c985d6d55c Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 20 Mar 2024 15:17:36 +0100 Subject: Add templating engine and index page --- views/base.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 views/base.html (limited to 'views/base.html') diff --git a/views/base.html b/views/base.html new file mode 100644 index 0000000..9b364a8 --- /dev/null +++ b/views/base.html @@ -0,0 +1,13 @@ + + + + + + +
+
+
{% block content %}{% endblock %}
+ + + -- cgit v1.2.3