{% extends "@Contao/content_element/gallery.html.twig" %} {% block list_component %}
{% for img in images %}
{{ img.metadata.alt }}
{{ img.metadata.title }}
{% endfor %}
{% for img in images %}
{% endfor %}
{% endblock %}