From 164c306795577ec7667d338c28a7544bbb8c241b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 30 May 2020 20:07:21 +0200 Subject: et up baseic structure for homepage/blog with Zola --- templates/base.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..a921ed6 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,30 @@ + + + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %} + + + + {# #} + + + + + {#% include header.html %#} + +
+
+ {% block content %} + {% endblock content %} +
+
+ + {#% include footer.html %#} + + + + -- cgit v1.2.3