summaryrefslogtreecommitdiff
path: root/web/template/404.tmpl
blob: 096f7f3641109f6ec06ab3fe4a29a7149dfd6d32 (plain)
1
2
3
4
5
6
7
8
9
{{ template "header.tmpl" .}}
<main>
	<section>
		<h1>404: Page Not Found</h1>
		If you believe this was an error, you can <a href="{{.instance.ContactAccount.URL}}">contact an admin</a>
	</section>
</main>

{{ template "footer.tmpl" .}}