{% paginate collection.products by 12 %}{% if collection.products.size == 0 %} No products found in this collection.{% else %}

{{ collection.title }}

{{ collection.description }} {% tablerow product in collection.products cols: 3 %} {% endtablerow %} {% if paginate.pages > 1 %}
{{ paginate | default_pagination }}
{% endif %}{% endif %} {% endpaginate %}