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