+ {{- block "main" . }}{{- end }}
+
+ {{- partial "footer.html" . -}}
+
+
diff --git a/layouts/index.html b/layouts/index.html
index e69de29..5041a0c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -0,0 +1,17 @@
+{{ define "main" }}
+
+ {{ .Content }}
+
+{{ end }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e69de29..3f91a0d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+ -
+ {{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
+
- + + + {{- end }} +