aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorMadeByMike <mike@madebymike.com.au>2018-01-01 22:46:28 +1100
committerShawn Erquhart <shawn@erquh.art>2018-01-09 17:40:17 -0500
commit5cc1f9b3670f06431775e026e5f9ea334e5a1e47 (patch)
tree2728259a26437f99b899955d063906a79f3788db /site/layouts/_default/baseof.html
parent3a46e313ab10a2676e614795c7da43033bd1739a (diff)
Add baseof template
Diffstat (limited to 'site/layouts/_default/baseof.html')
-rw-r--r--site/layouts/_default/baseof.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html
new file mode 100644
index 0000000..c068832
--- /dev/null
+++ b/site/layouts/_default/baseof.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html lang="en">
+ {{ partial "head" . }}
+ <body class="sans-serif">
+ {{ partial "nav" . }}
+ {{ block "main" . }}{{ end }}
+ {{ partial "footer" . }}
+ </body>
+</html> \ No newline at end of file