legit/templates/404.html

10 lines
147 B
HTML

{{ define "404" }}
<html>
<title>404</title>
{{ template "head" . }}
<body>
404 &mdash; nothing like that here
</body>
</html>
{{ end }}