{% extends "@Contao/content_element/gallery.html.twig" %} {% block list_component %} {% set month = "now"|date("F") %} {% for img in images %} {% set imgSrc = img.image.getImageSrc() %} {% set fileName = imgSrc|split('/')|last %} {% set fileNameWithoutExt = fileName|replace({'.jpg':'', '.jpeg':'', '.png':''}) %} {% if month in fileNameWithoutExt %}
Tipps für den aktuellen Monat
{% endif %} {% endfor %} {% endblock %}