{% for entity in entity.entities %}
  • {{ entity.title }}
  • {% if entity.isBook %} {% include "book_toc_list.html" %} {% endif %} {% endfor %}