From 0da6ee8846f597ac897646a2f33521a1efe0655c Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sat, 6 Jun 2020 18:16:00 -0400 Subject: Initial work on theme --- layouts/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..3a555e5 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,17 @@ +{{ partial "header.html" . }} +
+ {{ partial "titleblock.html" . }} + +

+ {{ .Content }} + +

+

+
+{{ partial "footer.html" . }} -- cgit v1.2.3