blob: bca9d35f7a472b3cea25fed2e7929e6034d8e90b (
plain) (
tree)
|
|
{{ define "404" }}
<!DOCTYPE html>
<html>
<title>404</title>
{{ template "head" . }}
<body>
{{ template "nav" . }}
<main>
<h3>404 — nothing like that here.</h3>
</main>
</body>
</html>
{{ end }}
|