Error page
This commit is contained in:
parent
f29f697841
commit
5e7478fda7
|
@ -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">
|
||||
<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>.
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue