{% extends "allianceauth/base-bs5.html" %} {% block page_title %} {{ error_title }} {% endblock page_title %} {% block content %}
{% include "framework/header/page-header.html" with title=error_title %}

{{ error_message }}

{% endblock content %}