summaryrefslogtreecommitdiffstats
path: root/templates/500.html
blob: 5495d31f118dc307e9151964a376435abbb7247e (plain) (blame)
1
2
3
4
5
6
7
8
9
{{ define "500" }}
<html>
  <title>500</title>
{{ template "header" . }}
  <body>
    500 &mdash; something broke!
  </body>
</html>
{{ end }}