0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/site/layouts/_default/404.html

19 lines
360 B
HTML
Raw Normal View History

2019-02-27 18:28:09 +01: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 18:28:09 +01:00
{{ partial "skippy" . }}
{{ partial "docs-navbar" . }}
2019-02-27 19:37:40 +01:00
<main class="my-auto p-5" id="content" role="main">
2019-02-27 18:28:09 +01:00
{{ .Content }}
</main>
{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>