{{book_title}}
{{toc}}
-
{% for section in sections %}
-
{{section.title}}
{% if section.sub %}-
{% for sub in section.sub %}
- {{ sub.title }} {% endfor %}
{% endfor %}