{% if title %}

{{ title }}

{% endif %} {% for row in rows %} {% set row_classes = [ default_row_class ? 'views-row', ] %} {# A div wrapping the row content is required for the accordion to work #} {{ row.content }} {% endfor %}