2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
2020-11-17 15:54:47 +02:00

9 lines
148 B
HTML

{{ define "main" }}
<main>
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
</main>
{{ .Content }}
{{ end }}