aboutsummaryrefslogblamecommitdiff
path: root/templates/404.html
blob: 3a68101ab94799ad8c7557ee6e5b007740d73c0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                  
               
      


                                    



                                              
               
       
         
{{ define "404" }}
<!DOCTYPE html>
<html>
	<title>404 Not Found</title>
	{{ template "head" . }}
	<body>
		{{ template "nav" . }}
		<main>
			<h1>404 Not Found</h1>
		</main>
	</body>
</html>
{{ end }}