{# Top navigation bar with page title area and user menu. Included in base.html when user is authenticated. #}
{# Page title area (can be overridden by blocks) #}
{% block page_title %}{% endblock %}
{# User menu #}
{{ user.email }} {{ user.role }} {# Dropdown toggle #}