{% extends "layouts/app_shell.html" %} {# In-app 403 — renders inside the authenticated shell so the user keeps their sidebar, persona badge, and logout context. Shipped as part of the #776 fix (cycle 219). #} {% block title %}Access Denied - {{ app_name | default("Dazzle") }}{% endblock %} {% block content %}
{{ message | default("You don't have permission to access this page.") }}