mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
9 lines
148 B
HTML
9 lines
148 B
HTML
{{ define "main" }}
|
|
<main>
|
|
{{ partial "home/masthead" . }}
|
|
{{ partial "home/masthead-followup" . }}
|
|
</main>
|
|
|
|
{{ .Content }}
|
|
{{ end }}
|