From 1cee24fe2365b4a41fe6735446c8066be559f019 Mon Sep 17 00:00:00 2001 From: Konsta 'sooda' Hölttä Date: Sat, 27 May 2017 14:49:38 +0300 Subject: initial commit: ripoff from gt-web there's still a bunch of useless css things but norri will deal with it --- _layouts/default.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e4ab96f --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,20 @@ + + + + {% include head.html %} + + + + {% include header.html %} + +
+
+ {{ content }} +
+
+ + {% include footer.html %} + + + + -- cgit v1.3