Socialify

Folder ..

Viewing baseof.html
21 lines (17 loc) • 401.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en" data-bs-theme="auto">
  <head>
    {{ partial "header" . }}
  </head>
  {{ block "body_override" . }}<body>{{ end }}
    {{ partial "skippy" . }}
    {{ partial "icons" . }}

    {{ partial "docs-navbar" . }}

    {{ block "main" . }}
    {{ end }}

    {{ partial "footer" . }}
    {{ partial "scripts" . }}

    {{ block "footer" . }}
    {{ end }}
  </body>
</html>