mugit/web/templates/404.html (view raw)
{{ define "404" }}
<html>
<head>
<title>404</title>
{{ template "head" . }}
</head>
<body>
<!-- {{ template "nav" . }} -->
<main>
<h3>404 — nothing like that here.</h3>
</main>
</body>
</html>
{{ end }}