Error page

This commit is contained in:
Asaf Gartner 2024-06-23 16:53:17 +03:00
parent f29f697841
commit 5e7478fda7
1 changed files with 10 additions and 12 deletions

View File

@ -1,16 +1,14 @@
{{ template "base.html" . }}
{{ template "base-2024.html" . }}
{{ define "content" }}
<div class="description">
<p>
<span class="big">Hi there, {{ if .User }}{{ .User.Name }}{{ else }}visitor{{ end }}!</span>
</p>
<p>
<span class="big">
We have encountered an error while processing your request.
<br />
If this keeps happening, please <a href="mailto:{{ .ReportIssueEmail }}">let us know</a>.
</span>
</p>
<div class="mw6 ph3 pv3 center post-content">
<h2>
Hi there, {{ if .User }}{{ .User.Name }}{{ else }}visitor{{ end }}!
</h2>
<div>
We have encountered an error while processing your request.
<br />
If this keeps happening, please <a href="mailto:{{ .ReportIssueEmail }}">let us know</a>.
</div>
</div>
{{ end }}