{# Single source of truth for the Settings in-page floating side menu. Used by settings.html (mode="tabs" -> client-side switchTab) and by encoding.html (mode="links" -> navigates back to the Settings tabs, with "Encoding" as the active entry). "Encoding" is always a real link to its own /encoding route (E2), inserted right after "General". is_admin gates the admin-only entries, matching settings.html's original gating. #} {% macro settings_menu(mode='tabs', active='overview', is_admin=True) %}
{% endmacro %}