bootstrap5/site/layouts/_default/404.html
ThePetrovich eec942e2b4 customize
2026-06-16 22:46:11 +09:00

6 lines
183 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">
{{ .Content }}
</main>
{{ end }}