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: c03de11abbed9032b0b98cd25fc9a1528f8b889d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
  <head>
    {{ partial "header" . }}
  </head>
  <body>
    {{ partial "skippy" . }}

    {{ partial "docs-navbar" . }}

    {{ partial "home/masthead" . }}
    {{ partial "home/masthead-followup" . }}

    {{ .Content }}

    {{ partial "footer" . }}
    {{ partial "scripts" . }}
  </body>
</html>