{%- if options.css_base %}
{%- endif %} {%- if options.extra_css %}
{%- endif %}
目录
{%- if options.book_mode == 'periodical' %} {%- for section in data.items() %}
{{ section[0] }}
{%- for p in section[1] %}
{{ p.title|escape }}
{%- endfor %}
{%- endfor %} {%- else %}
{%- for section in data.items() %} {%- for p in section[1] %}
{{ p.title|escape }}
{%- endfor %} {%- endfor %}
{%- endif %}