{# {% for dash_item in nav_data.aside %}
  • {{dash_item.label}} {% for item in dash_item.list %}
  • {{item.title}}
  • {% endfor %}
{% endfor %} #}