aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: a80b6e14fa1a100e3758cd1562474305fdac7a2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "404" }}
<!DOCTYPE html>
<html id="legit">
	<title>404</title>
{{ template "head" . }}
	<body>
		{{ template "nav" . }}
		<main>
			<h1>404 Not Found</h1>
{{ template "foot" . }}
		</main>
	</body>
</html>
{{ end }}