all repos — legit @ 607f5d6feaa0fd43c4b1b7a7c227fab33b06c298

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

templates/404.html (view raw)

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