{{ page_title }}
-
{%- for collection in collections -%}
-
{%- if collection.image -%}
{%- assign collection_image = collection.image -%}
{%- elsif collection.products.first and collection.products.first.images != empty -%}
{%- assign collection_image = collection.products.first.featured_image -%}
{%- else -%}
{%- assign collection_image = blank -%}
{%- endif -%}
{{ collection.title }}
{%- endfor -%}