fix: 🩹 re-add the 404 error page
This commit is contained in:
parent
a3604d21c9
commit
31080cae2b
1 changed files with 0 additions and 0 deletions
19
www/templates/derg_error.html
Normal file
19
www/templates/derg_error.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
{% extends "pathed_content.html" %}
|
||||
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/static/rrrorstyle.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block second_title %}
|
||||
<h2> (Broken) </h2>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_article %}
|
||||
<h1 id="rrr_header"> The Dergs are confused:</h2>
|
||||
<h2 id="rrr_code"> {{ error_code }}</h1>
|
||||
|
||||
<div>
|
||||
{{ error_description|markdown_to_html }}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue