summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index cddd070..1823491 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1 +1,23 @@
-{{ content }}
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: "en" }}">
+
+ {%- include head.html -%}
+
+ <body>
+
+ {%- include views/header.html -%}
+
+ {%- include views/banner.html -%}
+
+ {%- include extensions/hashlocate.html -%}
+
+ <main class="page-content" aria-label="Content">
+ <div class="wrapper">
+ {{ content }}
+ </div>
+ </main>
+
+ {%- include views/footer.html -%}
+
+ </body>
+</html>