{% if textBlocks is defined and textBlocks|length > 0 %}
{# <div class="container">#}
{# {% for item in textBlocks %}#}
{# <div class="tour-list__list swiper-wrapper {{ item.type }}">#}
{# <div class="collections-tiles_item-img" style="background-image: url({{ item.linkImage }}); height: 100px;width: 100px"></div>#}
{# <span class="collections-tiles_item-title">{{ item.translate(locale).title }}</span><br>#}
{# <span class="collections-tiles_item-content">{{ item.translate(locale).content|raw }}</span>#}
{# </div>#}
{# {% endfor %}#}
{# </div>#}
{% endif %}