1

Fix bugged 404 title

This commit is contained in:
Evan Pratten 2023-05-24 19:18:20 -04:00
parent 11083b2ade
commit 8eba8ca7ad

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %} {% block variable_wormhole %}
Not Found {% set title = "Not Found" %}
{% endblock title %} {% endblock variable_wormhole %}
{% block page_start %} {% block page_start %}
{% include "components/heading-card.html" %} {% include "components/heading-card.html" %}