1
0
Fork 0
bootstrap-html/site/layouts/_default/baseof.html

22 lines
401 B
HTML
Raw Permalink Normal View History

<!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>