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

6 lines
103 B
HTML

{{template "base.html" .}}
{{ define "body" }}
<h1>unexpected error</h1>
<pre>{{ . }}</pre>
{{ end }}