all repos — legit @ 60e1092dbcfacb28b30d052b0f73d2249cd63a9d

web frontend for git

templates/404.html (view raw)

1{{ define "404" }}
2<html>
3  <title>404</title>
4{{ template "head" . }}
5  <body>
6    404 &mdash; nothing like that here
7  </body>
8</html>
9{{ end }}