{% for block in blocks|reverse %}
{#{% if not loop.first %}
<hr>
{% endif %}#}
<div class="testimonial-item p-4 last-child-m-0{% if loop.index is even %} bg-light{% endif %}">
{#<h2>{{ block.name }}</h2>#}
{{ bitbag_cms_render_content(block) }}
</div>
{% endfor %}