{% for sub_item in nav_item.get_children %}
  • {{ sub_item.name }} {% if sub_item.get_children %} {% with template_name="public/partials/sub-navigation.html" %} {% include template_name with nav_item=sub_item %} {% endwith %} {% endif %}
  • {% endfor %}