aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/-404.html.tmpl
blob: 06ac02b22bbcbe96af301b3f3e50929672f957eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<h1>{{ .Get "Page Not Found" }}</h1>
</header>
<main>
	<p>
		{{ .Get "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 %(Email:e)."
			(map "Email" "mail@euro-cash.eu") }}
	</p>
</main>
{{ end }}