0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-02 02:29:24 +01:00

19 lines
325 B
HTML
Raw Normal View History

2019-02-27 19:28:09 +02:00
<!doctype html>
<html lang="en">
<head>
{{ partial "header" . }}
</head>
<body>
{{ partial "skippy" . }}
{{ partial "docs-navbar" . }}
<main class="bd-content p-5" id="content" role="main">
{{ .Content }}
</main>
{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>