{# Main app header: Aird + settings + Browse + feature nav + theme selector.
Optional overrides: nav_search_path, nav_title.
Layout: place this include inside the same outer wrapper as page content, e.g.
Browse
{% if is_feature_enabled('super_search', True) %}
Search
{% end %}
{% if is_feature_enabled('file_share', True) %}
Share
{% end %}
{% if is_chat_enabled() %}
0Chat
{% end %}
{% if is_feature_enabled('p2p_transfer', True) %}
P2P
{% end %}
No transfers
{% if current_user %}
{% end %}
{% if current_user %}
{% else %}
Login
{% end %}
{% if current_user %}
{% if is_chat_enabled() %}
{% end %}
{% end %}