{% extends "layouts/main.html" %} {% block title %}{{ status_code }} {{ title }} — {% if brand is defined %}{{ brand.app_name }}{% else %}pyvelm{% endif %}{% endblock %} {% block page_title %}{{ title }}{% endblock %} {# Centered card, no breadcrumb / heading strip. Mirrors access_denied.html so 4xx/5xx pages share one visual language. #} {% block page_heading_region %}{% endblock %} {% block content %}
Error {{ status_code }}
{{ message }}
Try again in seconds.
{% endif %} {% if detail %}{{ detail }}
{% endif %}