{# # Product Category Tree (Bootstrap 5) # # Renders a hierarchical product category navigation with collapsible # sub-levels, up to 3 levels deep. Uses Bootstrap 5 list-group and # collapse components for responsive tree navigation. # # Expected context: # categories - Hierarchical array from wc_bootstrap_get_category_tree() # shop_url - URL to the main shop page # # @package WcBootstrap # @since 0.1.7 #} {% if categories is not empty %} {% endif %}