refactor: ♻️ move error page into proper post_type dir

This commit is contained in:
David Bailey 2023-12-18 16:01:29 +01:00
parent b8ae2c5617
commit 37357da4b0

View file

@ -1,5 +1,5 @@
{% extends "root.html" %}
{% extends "pathed_content.html" %}
{% block extra_head %}
<link rel="stylesheet" href="/static/rrrorstyle.css">
@ -9,7 +9,7 @@
<h2> (Broken) </h2>
{% endblock %}
{% block main_content %}
{% block content_article %}
<article>
<h1 id="rrr_header"> The Dergs are confused:</h2>
<h2 id="rrr_code"> {{ error_code }}</h1>