summaryrefslogtreecommitdiffhomepage
path: root/src/templates/404.html.tmpl
blob: 3771a0f11f805af12a69165ded6e27a3da84ce14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<h1>{{ .T "Page Not Found" }}</h1>
</header>
<main>
	<p>
		{{ .T "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or email us at %s." `<a href="mailto:mail@euro-cash.eu">mail@euro-cash.eu</a>` | safe }}
	</p>
</main>
{{ end }}