templates/geo/parts/text-blocks.html.twig line 1

Open in your IDE?
  1. {% if textBlocks is defined and textBlocks|length > 0 %}
  2. {#    <div class="container">#}
  3. {#        {% for item in textBlocks %}#}
  4. {#            <div class="tour-list__list swiper-wrapper  {{ item.type }}">#}
  5. {#                <div class="collections-tiles_item-img" style="background-image: url({{ item.linkImage }}); height: 100px;width: 100px"></div>#}
  6. {#                <span class="collections-tiles_item-title">{{ item.translate(locale).title }}</span><br>#}
  7. {#                <span class="collections-tiles_item-content">{{ item.translate(locale).content|raw }}</span>#}
  8. {#            </div>#}
  9. {#        {% endfor %}#}
  10. {#    </div>#}
  11. {% endif %}