go-project-template/web/templates/404.html
Finn 4ebe6c7752 add auth
and some other improvements
2024-07-24 22:13:23 -07:00

5 lines
77 B
HTML

{{template "base.html" .}}
{{ define "body" }}
<h1>not found</h1>
{{ end }}