Welcome to mirror list, hosted at ThFree Co, Russian Federation.

home.html « _default « layouts « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 878e77474ef7c20dbb0c907554fd3f2cc4a15e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ 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>
  </main>

  {{ .Content }}
{{ end }}