{% for menu, menu_items in menus.items %} {% if menu_items|length > 0 %}
  • {{ menu.title }} {% if menu_items|length > 0 %} {% endif %}
  • {% endif %} {% endfor %} {% block content_reposition_script %} {% endblock %}