6 lines
103 B
HTML
6 lines
103 B
HTML
{{template "base.html" .}}
|
|
|
|
{{ define "body" }}
|
|
<h1>unexpected error</h1>
|
|
<pre>{{ . }}</pre>
|
|
{{ end }}
|