mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
8 lines
148 B
HTML
8 lines
148 B
HTML
{{ define "main" }}
|
|
<main>
|
|
{{ partial "home/masthead" . }}
|
|
{{ partial "home/masthead-followup" . }}
|
|
</main>
|
|
|
|
{{ .Content }}
|
|
{{ end }}
|