{# Coffee House Shared Sidebar (Drawer) Layout. Used by apps with deep navigation (Beany/KMS, Digi). This replaces the {% block layout %} in ui_base.html. Apps using sidebar should extend ui_base.html and override layout block. Expected context: - app_name: str - user: dict|None - auth_service_url: str - request: Request - sidebar_brand_subtitle: str (optional, e.g. "Knowledge Management") #}
{# Navbar with hamburger for mobile #} {# Main content area #} {% block breadcrumbs %}{% endblock %}
{% include "components/flash.html" %} {% block content %}{% endblock %}
{# Sidebar drawer #}