{%- set toclevel = toclevel + 1 %} {#| Support collapse-by-default setting |#} {% if toc_item.active and (toc_ns.top_level_headings == 1 or not (config.theme is defined and config.theme.collapse_by_default)) %} {%- set class_is_active = 'current' %} {% endif %} {% if toc_item.children is defined and toc_item.children | length > 0 and toclevel < 2 %}
  • {% if toc_ns.top_level_headings is defined and toc_ns.top_level_headings > 1 %} {{ toc_item.title }} {% endif %}
  • {% else %}
  • {{ toc_item.title }}
  • {% endif %}