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

home.html « _default « layouts « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c458cd7efa46292d4e911364e539af7f5c76783 (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 "head" . }}
  </head>
  <body id="icons-body">
    {{ partialCached "skippy" . }}
    {{ partialCached "navbar" . }}
    {{ partialCached "home/hero" . }}

    <main class="container-xxl bd-gutter" id="content">
      {{ partialCached "icons" . "home" }}
      {{ .Content }}
    </main>

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