From 5cc1f9b3670f06431775e026e5f9ea334e5a1e47 Mon Sep 17 00:00:00 2001 From: MadeByMike Date: Mon, 1 Jan 2018 22:46:28 +1100 Subject: Add baseof template --- site/layouts/_default/baseof.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 site/layouts/_default/baseof.html (limited to 'site/layouts/_default/baseof.html') 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 @@ + + + {{ partial "head" . }} + + {{ partial "nav" . }} + {{ block "main" . }}{{ end }} + {{ partial "footer" . }} + + \ No newline at end of file -- cgit v1.3