Files
BlogEngine/vendor/twbs/bootstrap/site/layouts/_default/home.html
T

9 lines
148 B
HTML

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