Returns attributes of menu items.
{% for item in menus.main.items %} {% if item.url %} <a href="{{ item.url }}">{{ item.title }}</a>
Available attributes: