File indexing completed on 2024-12-22 04:59:50

0001 <ul>
0002 {% for entity in entity.entities %}
0003   <li><a href="#{% if entity.isPage %}page{% else %}book{% endif %}_{{ entity.entityId }}">{{ entity.title }}</a></li>
0004   {% if entity.isBook %}
0005     {% include "book_toc_list.html" %}
0006   {% endif %}
0007 {% endfor %}
0008 </ul>