all repos — elgit @ 1b27f32cc21c4f85e475795c1033f4ad2d6cba52

fork of legit: web frontend for git, written in go

templates/500.html (view raw)

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