summaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/404.html
blob: c9eecff0037985bcdafc0b341ad5451e43e24f0e (plain)
1
2
3
4
5
6
{{ 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 }}