galleryslider-8.x-3.1/templates/galleryslider-views.html.twig
templates/galleryslider-views.html.twig
{% if attributes -%}
<div{{ attributes }}>
{% endif %}
{% if title %}
<h3>{{ title }}</h3>
{% endif %}
{% for row in rows %}
<div{{ row.attributes }}>{{ row.content }}</div>
{% endfor %}
{% if attributes -%}
</div>
<div id="slider-nav"> </div>
{% endif %}
