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

7 lines
183 B
HTML
Raw Normal View History

2020-09-06 07:30:58 +02:00
{{ define "body_override" }}<body class="d-flex flex-column min-vh-100">{{ end }}
{{ define "main" }}
<main class="my-auto p-5" id="content">
{{ .Content }}
</main>
{{ end }}