summaryrefslogtreecommitdiff
path: root/src/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layouts/default.html')
-rw-r--r--src/_layouts/default.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_layouts/default.html b/src/_layouts/default.html
new file mode 100644
index 0000000..228f4c7
--- /dev/null
+++ b/src/_layouts/default.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+{% include head.html %}
+ <body>
+{% include header.html %}
+ <main>
+ <div class="container">
+{{ content }} </div>
+ </main>
+{% include footer.html %}
+ </body>
+</html>