{% load static i18n insight_tags %} {# Open button for drawers (static=False) or mobile toggle (static + mobile_behavior="drawer") #} {% if not static or mobile_behavior == "drawer" %} {% endif %} {# Sidebar wrapper #}
{# Backdrop (only for drawers or mobile drawer mode) #} {% if not static %}
{% endif %} {# Actual sidebar #}
{# Mobile drawer (hidden overlay for static sidebars with drawer mobile behavior) #} {% if static and mobile_behavior == "drawer" %} {% endif %}