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