diff --git a/lib/site_template/_layouts/default.html b/lib/site_template/_layouts/default.html index 947f3879..61be651c 100644 --- a/lib/site_template/_layouts/default.html +++ b/lib/site_template/_layouts/default.html @@ -5,15 +5,15 @@ -
+ {% include header.html %} - {% include header.html %} +
+
+ {{ content }} +
+
- {{ content }} - - {% include footer.html %} - -
+ {% include footer.html %}