Error page
This commit is contained in:
parent
f29f697841
commit
5e7478fda7
|
@ -1,16 +1,14 @@
|
||||||
{{ template "base.html" . }}
|
{{ template "base-2024.html" . }}
|
||||||
|
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<div class="description">
|
<div class="mw6 ph3 pv3 center post-content">
|
||||||
<p>
|
<h2>
|
||||||
<span class="big">Hi there, {{ if .User }}{{ .User.Name }}{{ else }}visitor{{ end }}!</span>
|
Hi there, {{ if .User }}{{ .User.Name }}{{ else }}visitor{{ end }}!
|
||||||
</p>
|
</h2>
|
||||||
<p>
|
<div>
|
||||||
<span class="big">
|
|
||||||
We have encountered an error while processing your request.
|
We have encountered an error while processing your request.
|
||||||
<br />
|
<br />
|
||||||
If this keeps happening, please <a href="mailto:{{ .ReportIssueEmail }}">let us know</a>.
|
If this keeps happening, please <a href="mailto:{{ .ReportIssueEmail }}">let us know</a>.
|
||||||
</span>
|
</div>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue