bootstrap5/site/layouts/_default/home.html
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

8 lines
148 B
HTML

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