2023-10-14 15:57:28 +02:00
|
|
|
|
2023-12-18 16:01:29 +01:00
|
|
|
{% extends "pathed_content.html" %}
|
2023-10-14 15:57:28 +02:00
|
|
|
|
|
|
|
{% block extra_head %}
|
|
|
|
<link rel="stylesheet" href="/static/rrrorstyle.css">
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block second_title %}
|
|
|
|
<h2> (Broken) </h2>
|
|
|
|
{% endblock %}
|
|
|
|
|
2023-12-18 16:01:29 +01:00
|
|
|
{% block content_article %}
|
2023-12-23 10:51:42 +01:00
|
|
|
<h1 id="rrr_header"> The Dergs are confused:</h2>
|
|
|
|
<h2 id="rrr_code"> {{ error_code }}</h1>
|
2023-10-14 15:57:28 +02:00
|
|
|
|
2023-12-23 10:51:42 +01:00
|
|
|
<div>
|
|
|
|
{{ error_description|markdown_to_html }}
|
|
|
|
</div>
|
2023-10-14 15:57:28 +02:00
|
|
|
{% endblock %}
|