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