{% extends "_partials/_auth_shell.html" %} {% block title %}{{ error_title | default("Error") }} — {{ title_brand | default("allowthem") }}{% endblock %} {% block auth_main %} {% import "_partials/_auth_macros.html" as auth %}
{{ auth.kicker(app_name, error_title | default("Error")) }}

{{ error_title | default("Something went wrong") }}

{{ error_message | default("The page you are looking for could not be found.") }}

Return home

{% endblock %}