0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-03 15:24:19 +01:00
Bootstrap/site/layouts/_default/home.html

9 lines
148 B
HTML
Raw Normal View History

2020-09-06 07:30:58 +02:00
{{ define "main" }}
<main>
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
</main>
{{ .Content }}
{{ end }}