{% extends "base.twig" %} {% block header %} {% if exhibitions is not empty %} {% for exhibition in exhibitions %} {{ exhibition.title }} {% endfor %} {% endif %} {% endblock %} {% block main %} {% for image in images %} {% endfor %} {% endblock %}