{%set active_page = 'shop.html'%} {% include get_active_front_theme()+'/sections/resources.html'%} {% include 'shop/blocks/common_styles.html'%} {% include get_active_front_theme()+'/sections/drawer_head.html'%} {% include get_active_front_theme()+'/sections/nav.html'%}
{%include 'shop/blocks/accordion.html'%}
{%for subcategory in current_category.subcategories%}
{{ subcategory.name }}

{{subcategory.get_num_products()}} products

{%endfor%}
{% include get_active_front_theme()+'/sections/footer.html'%}