go-project-template/web/templates/404.html

6 lines
77 B
HTML
Raw Permalink Normal View History

2024-05-05 22:10:32 +00:00
{{template "base.html" .}}
{{ define "body" }}
<h1>not found</h1>
{{ end }}