all repos — legit @ 01f27147baf80e2222927ddca9369c7d99b4ff3c

Unnamed repository; edit this file 'description' to name the repository.

templates/500.html

 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 }}