{# # Shop Sidebar (Bootstrap 5 Override) # # Renders the WooCommerce shop sidebar using Bootstrap 5 offcanvas for mobile # and a standard aside column for desktop. # # Expected context: # sidebar_content - Pre-rendered sidebar widget HTML (from get_sidebar('shop')) # # WooCommerce PHP equivalent: global/sidebar.php # # @package WcBootstrap # @since 0.1.0 #} {% if sidebar_content is defined and sidebar_content %} {# Mobile: offcanvas trigger button (visible below lg breakpoint) #} {# Mobile: offcanvas panel #}