{{ pages.shop-menu.content }}
-
{% if collection.handle %}
All
{% elsif collection.current_type %}
All
{% elsif collection.current_vendor %}
All
{% endif %}
{% for collection in collection.all_collections %}
{% if current_collections contains collection %}
-
{{ collection | link_to_remove_collection: collection }}
{% else %}
-
{{ collection | link_to_collection: collection }}
{% endif %}
{% endfor %}