2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00
Files
bootstrap/site/layouts/404.html
2022-07-21 17:41:43 +03:00

12 lines
283 B
HTML

{{ define "body_override" }}<body class="d-flex flex-column min-vh-100">{{ end }}
{{ define "main" }}
<main class="my-auto p-5" id="content">
<div class="text-center py-5">
<h1 class="display-1">404</h1>
<h2>File not found</h2>
</div>
{{ .Content }}
</main>
{{ end }}