mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
20 lines
352 B
HTML
20 lines
352 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
{{ partial "header" . }}
|
|
</head>
|
|
{{ block "body_override" . }}<body>{{ end }}
|
|
{{ partial "skippy" . }}
|
|
|
|
{{ partial "docs-navbar" . }}
|
|
|
|
{{ block "main" . }}
|
|
{{ end }}
|
|
|
|
{{ partial "footer" . }}
|
|
{{ partial "scripts" . }}
|
|
|
|
{{ block "footer" . }}
|
|
{{ end }}
|
|
</body>
|
|
</html>
|