{% for node in nodes %} {% if node.content_type.model == 'docspage' %}
  • {{ node.title }}
  • {% elif node.content_type.model == 'docssection' %}
  • {{ node.title }}
  • {% elif node.content_type.model == 'docsindex' %} {% include "docs/components/tree.html" with nodes=node.get_children %} {% endif %} {% endfor %}