diff options
Diffstat (limited to 'templates/error.rs.html')
| -rw-r--r-- | templates/error.rs.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/error.rs.html b/templates/error.rs.html deleted file mode 100644 index f97decc..0000000 --- a/templates/error.rs.html +++ /dev/null @@ -1,13 +0,0 @@ -@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() |
