all repos — legit @ 9a8041a274ffb09e94260e081cca3ef0cb8e456b

web frontend for git

templates/404.html (view raw)

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