render( 'global/category-tree.html.twig', [ 'categories' => $category_tree, 'shop_url' => wc_get_page_permalink( 'shop' ), 'current_cat' => 0, ] ); } if ( $has_widgets ) { dynamic_sidebar( 'shop-sidebar' ); } ?>