From 46832b96a5ed60a1299f4450a01688d74e56d17e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 24 Mar 2017 21:53:13 +0100 Subject: Replaced cheetah templates with jinja2 templates. --- templates/base.html | 20 ++++++++++++++++++++ 1 file changed, 20 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..196a03e --- /dev/null +++ b/templates/base.html @@ -0,0 +1,20 @@ + + + + {{ title }} + +{% block head %} +{% endblock %} + + +
+ +
+{% block content %} +{% endblock %} +
+
+ + -- cgit v1.2.3