{% for item in children %}
  • {% if item.href %} {{ item.label }} {% else %} {{ item.label }} {% endif %} {% if item.children.length > 0 %}
      {% include toc_item.html children=item.children %}
    {% endif %}
  • {% endfor %}