summaryrefslogtreecommitdiffhomepage
path: root/src/templates/-error.html.tmpl
blob: 47bff8107ae6c54db7b0a2600cead3120b5538cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{{ define "content" }}
<header>
	{{ template "navbar" . }}
	<h1>{{ .Code }} {{ .Msg }}</h1>
</header>
<main>
	<p>
		{{ .T `
			If you’re seeing this page, it means that something went wrong on
			our end that we need to fix.  Our team has been notified of this
			error, and we apologise for the inconvenience.
		` }}
	</p>
	<p>
		{{ .T `
			If this issue persists, don’t hesitate to contact @onetruemangoman
			on Discord or to email us at %s.`
			`<a href="https://git.thomasvoss.com/www.euro-cash.eu"
					target="_blank">` | safe
		}}
	</p>
</main>
{{ end }}