{% for menu,url in menus %}
  • {{menu}}
  • {% endfor %}

{% set id = 0 %} {% for name,url in menu %}
{% set id = id + 1 %} {% endfor %}