_includes/docs-landing-toc.html
| {% for child_group in page.child_groups %} {% comment %} Manually create column breaks {% endcomment %} {% if page.version.id == 'v4' or page.version.id == 'v5' or page.version.id == 'v6' %} {% if child_group.title == 'Date & Time' or child_group.title == 'Events' or child_group.title == 'Resources' %} | {% endif %} {% elsif page.version.id == 'v3' %} {% if child_group.title == 'Date & Time' or child_group.title == 'Events' or child_group.title == 'Resources' %} | {% endif %} {% elsif page.version.id == 'v1' %} {% if child_group.title == 'Date & Time' or child_group.title == 'Events' or child_group.title == 'International' %} | {% endif %} {% endif %}
{% for node in child_group.children %}
{{ node.article.title | escape }} {% if node.article.is_premium %} Premium {% endif %} {% if node.article.own_child_groups %}
{% for group_node in node.article.own_child_groups %} {% if group_node.title %} - {{ group_node.title | escape }} {% endif %} {% for child_node in group_node.children %} - {{ child_node.article.title | escape }} {% if child_node.points %} {% for point in child_node.points %} - {{ point | escape }} {% endfor %} {% endif %} {% endfor %} {% if group_node.title %} {% endif %} {% endfor %}
{% endif %} {% endfor %} {% endfor %} |