{% load wagtailcore_tags %} {% for item in top_menu.items %}
  • {% include_block item %}
  • {% endfor %}