{% if attributes -%}
<div{{ attributes }}>
{% endif %}
{% if title %}
<h3 class="views-title">{{ title }}</h3>
{% for row in rows %}
<div{{ row.attributes.addClass('owl-item-cont') }}>{{ row.content }}</div>
{% endfor %}
</div>