summaryrefslogblamecommitdiffstats
path: root/templates/500.html
blob: 72e784c3054845d16baf5e138d80141abb9ac567 (plain) (tree)
1
2
3
4
5
6
7
8
9
                  

                    
                       



                                
         
{{ define "500" }}
<html>
  <title>500</title>
{{ template "head" . }}
  <body>
    500 &mdash; something broke!
  </body>
</html>
{{ end }}