summaryrefslogtreecommitdiffstats
path: root/templates/404.html
blob: c3825f403afc2bc03e8a39e1db00872d61b78c5a (plain) (blame)
1
2
3
4
5
6
7
<html>
  <title>404</title>
{{ template "header" . }}
  <body>
    404 &mdash; nothing like that here
  </body>
</html>