{% assign children = collections.docs | collection-children: page %} {% if children.size > 0 %}
{% for c in children %} {% include "docs/docs-card.html" href=c.url title=c.data.title description=c.data.description icon=c.data.icon %} {% endfor %}
{% else %} {% assign next-prev = collections.docs | next-prev: page %}
{% endif %}