{% for collection in site.collections %} {% if collection.label == page.collection %}
    {% for doc in collection.docs %}
  • {{ doc.title }}
  • {% endfor %}
{% endif %} {% endfor %}