{% for my_collection in site.collections %} {% if my_collection.title %} {{ my_collection.title }} {% for my_page in my_collection.docs %} {% if my_page.title != 'Index' %} {{ my_page.title }} {% endif %} {% endfor %} {% endif %} {% endfor %}