rushlink/assets/templates/html/error.html.tmpl
2019-09-15 22:00:59 +02:00

8 lines
95 B
Cheetah

{{define "title"}}
Error - rushlink
{{end}}
{{define "body"}}
<pre>
{{.Message}}
</pre>
{{end}}