{%- 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] %}
  1. {{ p.title|escape }}
  2. {%- endfor %}
{%- endfor %} {%- else %}
    {%- for section in data.items() %} {%- for p in section[1] %}
  1. {{ p.title|escape }}
  2. {%- endfor %} {%- endfor %}
{%- endif %}