legit/templates/404.html

8 lines
120 B
HTML

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