{% for chapter in cover_page.children %} {% if chapter.title in ["Front Matter", "Back Matter"]
%} {% for content in chapter.children %} {% if content.title not in ["TitlePage", "InfoPage",
"Table of Contents"] %}
-
{% endif %} {% endfor %} {% else %}
-
{% if chapter.children %}
{% endif %}
{% endif %} {% endfor %}