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

7 lines
103 B
HTML
Raw Normal View History

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