{% for link in menu_links() %}
  • {{ link.title }}
  • {% endfor %}
{% for link in menu_links() %}
{% for child in link.activeChildren %}
{{ child.title }} {% if child.alt == "events" %} {{last_events()|raw}} {% endif %} {% for grandchild in child.activeChildren %} {{ grandchild.title }} {% endfor %}
{% endfor %}
{% endfor %}