summaryrefslogtreecommitdiff
path: root/templates/pages/error.gohtml
blob: 8d63bbd5cf3e0a689aea1e0dfe33f89036e7502f (plain) (blame)
1
2
3
4
5
{{template "layout.gohtml" .}}
{{define "content"}}
<h1>Error happened.</h1>
<h2>Nothing can be done.</h2>
{{ end }}