{# ─────────────────────────────────────────────────────────────
Shared logged-in top strip. Include at top of any interior
page's {% block content %}. Renders nothing if user isn't
authenticated. Keeps identity + Workspace ride always visible.
───────────────────────────────────────────────────────────── #}
{% if current_user.is_authenticated %}
{% endif %}