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

17 lines
455 B
HTML
Raw Normal View History

2020-09-06 07:30:58 +02:00
{{ define "main" }}
<main>
{{ partial "home/masthead" . }}
<div class="container-xxl bd-gutter masthead-followup">
{{ partial "home/get-started" . }}
{{ partial "home/customize" . }}
{{ partial "home/css-variables" . }}
{{ partial "home/components-utilities" . }}
{{ partial "home/plugins" . }}
{{ partial "home/icons" . }}
{{ partial "home/themes" . }}
</div>
2020-09-06 07:30:58 +02:00
</main>
{{ .Content }}
{{ end }}