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 %} + +