{{ define "not-found" }}
<!DOCTYPE html>
<html>
<head>
{{ template "head" }}
</head>
<body>
{{ template "header" }}
<main>
<h1>Oops...</h1>
<p>
The page you're looking for doesn't exist. Would you like to go to
<a class="link" href="/">homepage</a> instead?
</p>
</main>
</body>
</html>
{{ end }}