Update the 404 template

This commit is contained in:
Eryn Wells 2022-10-12 11:31:37 -07:00
parent ba73889720
commit 73817dbf90

View file

@ -1,3 +1,11 @@
{{ define "main" }}
<h1 class="title-404">404</h1>
{{ define "header" }}
{{ partial "header.html" . }}
{{ end }}
{{ define "main" }}
<h1>Not Found</h1>
{{ end }}
{{ define "footer" }}
{{ partial "footer.html" . }}
{{ end }}