summaryrefslogblamecommitdiff
path: root/templates/pages/error.gohtml
blob: 6527c79a1472a1a3c6190946538193b3c4103898 (plain) (tree)
1
2
3
4
5
6



                              
                                                                      
         
{{template "layout.gohtml" .}}
{{define "content"}}
<h1>Error happened.</h1>
<h2>Nothing can be done.</h2>
<a href="/" class="button"><i class="icon-left-big"></i>&nbsp;Back</a>
{{ end }}