{% 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 #}
{# Mobile drawer (hidden overlay for static sidebars with drawer mobile behavior) #} {% if static and mobile_behavior == "drawer" %} {% endif %}