{% for item in items %}
  • {% if item.anchor %} {{ item.title }} {% else %} {{ item.title }} {% endif %} {% if item.children %} {% partial __SELF__ ~ '::toc-items' items=item.children %} {% endif %}
  • {% endfor %}