mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
21 lines
352 B
HTML
21 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>
|