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

6 lines
103 B
HTML

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