{% for entry in include.entries %} {% if entry.url != null %}
  • {{ entry.name }}
  • {% endif %} {% if entry.children %} {% include toc_recursive_dropdown.html entries=entry.children my_entry=include.my_entry path_to_root=include.path_to_root %} {% endif %} {% endfor %}