{% for menu, items in menus.items() %}
{{ menu }}
{% for item in items%}
{{ item['text'] }}
{% endfor %}
{% endfor %}