mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
7 lines
183 B
HTML
7 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 }}
|