mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
12 lines
283 B
HTML
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 }}
|