0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00

17 lines
455 B
HTML
Raw Normal View History

2020-09-05 22:30:58 -07: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-05 22:30:58 -07:00
</main>
{{ .Content }}
{{ end }}