2022-05-02 15:53:10 +00:00
|
|
|
{% include "header.html" %}
|
|
|
|
<br>
|
2023-03-10 07:18:11 +00:00
|
|
|
<h2>{{ status_code.as_u16() }}</h2>
|
|
|
|
<b>{{ status_code.canonical_reason().unwrap_or("Unknown error") }}</b>
|
2022-05-02 15:53:10 +00:00
|
|
|
<br>
|
|
|
|
<br>
|
2022-10-29 11:11:55 +00:00
|
|
|
<a href="{{ args.public_path }}/"> Go Home</a>
|
2022-05-02 15:53:10 +00:00
|
|
|
<br>
|
|
|
|
<br>
|
2023-03-10 07:18:11 +00:00
|
|
|
{% include "footer.html" %}
|