{% extends "error_base.html" %}
{% block error_title %}Page Not Found{% endblock %}
{% block error_icon %}fa-solid fa-map-signs{% endblock %}
{% block error_code %}404 — Not Found{% endblock %}
{% block error_heading %}We couldn't find that page{% endblock %}
{% block error_message %}
The page you're looking for may have been moved, renamed, or no longer exists.
Double-check the address, or head back to the homepage.
{% endblock %}
{% block error_footer %}If you followed a link to get here, it may be out of date.{% endblock %}