go-project-template/httpserver/templates/404.html
2024-05-05 15:10:32 -07:00

5 lines
77 B
HTML

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