summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
commitd16530d61a04435fd8cb4d4770c4ac715ac8ef0e (patch)
tree46499a98c6f890622e5ccbf9cf43725a7597c7e4 /_layouts/default.html
Initial commit
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..d923f68
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+ {% include head.html %}
+ <body>
+ {% include header.html %}
+ <main>
+ <div class="container">
+ {{ content }}
+ </div>
+ </main>
+ {% include footer.html %}
+ </body>
+</html>