From 0dae37a2e98c13fbc78acd58b86565fd6f14c654 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 14 Jan 2018 12:39:50 +0100 Subject: Split out layout from templates. --- templates/layout.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/layout.html (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 0000000..09ecd1c --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,9 @@ + + + + {{ title }} + + + {{{ content }}} + + -- cgit v1.2.3