[viewBag] ==
{% if backendLoggedIn and editMode %} Edit collections text {% endif %}

Experience our

Collections

{{ pageDetail.home_new_text|raw }}

{% if backendLoggedIn and editMode %} Edit collections {% endif %} {% set break = 0 %} {% for collection in collectionList if not break or showAll %} {% if loop.index > 2 %} {% set break = 1 %} {% endif %}
{% set colCounter = loop.index %} {% for product in collection.products|slice(0,2) %} {% endfor %}
{% endfor %} {% if not showAll %} {% partial 'main-site/searchCollections' collections=collectionList %} {% endif %}