Initial commit

This commit is contained in:
Will Faught
2022-09-07 17:46:20 -07:00
commit 5d957edc51
10 changed files with 844 additions and 0 deletions

3
layouts/404.html Normal file
View File

@@ -0,0 +1,3 @@
{{ define "main" -}}
<p class="display-5 fw-bold text-center">Not found</p>
{{- end }}