themes/BootstrapChildTheme/BitBagSyliusCmsPlugin/views/Shop/Block/Testimonials/_content.html.twig line 1

Open in your IDE?
  1. {% for block in blocks|reverse %}
  2.     {#{% if not loop.first %}
  3.         <hr>
  4.     {% endif %}#}
  5.     <div class="testimonial-item p-4 last-child-m-0{% if loop.index is even %} bg-light{% endif %}">
  6.         {#<h2>{{ block.name }}</h2>#}
  7.         {{ bitbag_cms_render_content(block) }}
  8.     </div>
  9. {% endfor %}