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

baseof.html « _default « layouts « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a7df61bf11da0546561ab00e31059b4cc82b637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
  <head>
    {{ partial "head" . }}
  </head>
  <body id="icons-body">
    {{ partialCached "skippy" . }}
    {{ partialCached "navbar" . }}
    {{ block "hero" . }}{{ end }}

    <main class="container-xxl bd-gutter" id="content">
      {{ block "main" . }}{{ end }}
    </main>

    {{- partialCached "footer" . }}
    {{- partialCached "scripts" . }}
  </body>
</html>