mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
6 lines
183 B
HTML
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 }}
|