765eeca8ce
Signed-off-by: Martin Ashby <martin@ashbysoft.com>
14 lines
288 B
HTML
14 lines
288 B
HTML
{{template "head.html" .}}
|
|
|
|
<div class="page-wrap">
|
|
<div class="container error">
|
|
<h1>{{.Code}}: {{.Status}}</h1>
|
|
<p>
|
|
An error occured. You can try
|
|
<a href="/">returning to your inbox</a>,
|
|
or contact support.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
{{template "foot.html"}}
|