summaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
new file mode 100644
index 0000000..7937763
--- /dev/null
+++ b/templates/layout.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<meta charset=utf-8>
+<title>{{site.title}}</title>
+<meta name=viewport content=width=device-width>
+<meta name=viewport content=initial-scale=1.0>
+<link rel=stylesheet href='{{&site.base}}/maker.css'>
+
+<header>
+ <h1>{{site.title}}</h1>
+</header>
+
+<main>
+{{&_}}
+</main>
+
+<footer>
+</footer>
+