summaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/home.html
blob: 28bcf0c64df1c242bc1784a78c80664c2db1845a (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
  <main>
    {{ partial "home/masthead" . }}
    {{ partial "home/masthead-followup" . }}
  </main>

  {{ .Content }}
{{ end }}