aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/templates/-404.html.tmpl
blob: 03602e1a86e9c132f51e068ab82ba14296df341f (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 }}