aboutsummaryrefslogblamecommitdiff
path: root/themes/hugo-whisper-theme/layouts/404.html
blob: b8d4c59993c43c16d1aea9bd2f36ac3e648766d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                          
{{ define "header_css" }}{{ end }}
{{ define "body_classes" }}{{ end }}
{{ define "header_classes" }}{{ end }}

{{ define "main" }}
<div class="container pt-4 pt-10">
  <div class="row justify-content-center">
    <div class="col-12 col-md-9">
      <h1>404 Page Not Found</h1>
    </div>
  </div>
</div>
{{ end }}