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/index.html | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..d883a57 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,81 @@ +{% extends "base.html" %} +{% block content %} + +
+
+ {{ section.content | safe }} +
+ + +
+ +
+ +
+{% endblock content %} -- cgit v1.2.3