{# 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 Install CLI {% if session.user.role == 'admin' %} Users All tokens {% endif %}
{% endif %}