aboutsummaryrefslogtreecommitdiff
path: root/templates/error.rs.html
blob: f97deccd4121e566f9a9397c4cc718187950ed75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@use super::{header_html, footer_html};

@(why: String)

@:header_html(Some("Error"), None)

<h1>Error</h1>

<code><pre>@why</pre></code>

<p>You could try to <a href="/">go home</a> or <a href="https://github.com/Xe/site/issues/new">report this issue</a> so it can be fixed.</p>

@:footer_html()