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