0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

19 lines
348 B
HTML
Raw Normal View History

2019-02-27 19:28:09 +02:00
<!doctype html>
<html lang="en">
<head>
{{ partial "header" . }}
</head>
2019-02-27 19:37:40 +01:00
<body class="d-flex flex-column min-vh-100">
2019-02-27 19:28:09 +02:00
{{ partial "skippy" . }}
{{ partial "docs-navbar" . }}
2020-03-09 15:37:46 +02:00
<main class="my-auto p-5" id="content">
2019-02-27 19:28:09 +02:00
{{ .Content }}
</main>
{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>