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