From 8b016c179bb1c18a152464e59a6738695dc1ec50 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 23 Oct 2019 14:05:43 +0200 Subject: [PATCH] Adding _layouts/error.html --- _layouts/error.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _layouts/error.html diff --git a/_layouts/error.html b/_layouts/error.html new file mode 100644 index 0000000..1562d4f --- /dev/null +++ b/_layouts/error.html @@ -0,0 +1,15 @@ + + + {% include head.html %} + +
+ {% include header.html %} +
+ +
+ {{ content }} +
+ + {% include js.html %} + +