Welcome
{% if settings.homepage_banner == "slider" or settings.homepage_banner == "slideshow" %}
{% endif %} {% if settings.frontpage_collection != "" and settings.frontpage_collection == collections[settings.frontpage_collection].handle and collections[settings.frontpage_collection].all_products_count > 0 %}
Featured {% if collections[settings.frontpage_collection].all_products_count < 8 %}{{ collections[settings.frontpage_collection].all_products_count }}{% else %}8{% endif %} {{ collections[settings.frontpage_collection].all_products_count | pluralize: 'Item', 'Items' }}
{% for product in collections[settings.frontpage_collection].products limit:8 %} {% include 'product-loop' with settings.frontpage_collection %} {% endfor %}
{% endif %}