legit

Fork of https://git.icyphox.sh/legit

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
{{ define "500" }}
<html>
  <title>500</title>
{{ template "header" . }}
  <body>
    500 &mdash; something broke!
  </body>
</html>
{{ end }}