alps/themes/sourcehut/error.html
Martin Ashby 765eeca8ce Add error page for sourcehut theme.
Signed-off-by: Martin Ashby <martin@ashbysoft.com>
2021-07-04 21:54:39 +02:00

15 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"}}