{% for link in menu_links() %} {% if link.hasChildren %}
{{ link.title }}
{% for child in link.activeChildren %} {% if child.hasChildren or child.alt == "events" %}
{{ child.title }}
{% if child.alt == "events" %} {{last_events()|raw}} {% endif %} {% for grandchild in child.activeChildren %} {{ grandchild.title }} {% endfor %}
{% else %} {{ child.title }} {% endif %} {% endfor %}
{% else %} {{ link.title }} {% endif %} {% endfor %}
{% include 'base/_partials/_head.buttons.html.twig' %} {% include 'base/_partials/_head.newsletter.html.twig' %}