summaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/_default/home.html')
-rw-r--r--site/layouts/_default/home.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html
new file mode 100644
index 0000000..28bcf0c
--- /dev/null
+++ b/site/layouts/_default/home.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+ <main>
+ {{ partial "home/masthead" . }}
+ {{ partial "home/masthead-followup" . }}
+ </main>
+
+ {{ .Content }}
+{{ end }}