{# Shared modern header — used by base.html and dashboard.html. Styles live in app/web/static/style-custom.css under the .app-* prefix. #} {% if session.user %}
{{ config.INSTANCE_SUBTITLE or 'Data Analyst Portal' }}
{% set _path = request.url.path %} Dashboard Setup local agent {% if session.user.is_admin %} Marketplaces {% set _admin_active = _path.startswith('/admin/tables') or _path.startswith('/admin/tokens') or _path.startswith('/admin/users') or _path.startswith('/admin/groups') or _path.startswith('/admin/access') or _path.startswith('/admin/server-config') or _path.startswith('/admin/agent-prompt') %} {% endif %}
{% endif %}