mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
13 lines
314 B
HTML
13 lines
314 B
HTML
|
{{ 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 }}
|