{% for category in categories.active %}
  • {{ category | link_to }}
  • {% endfor %}
  • All Products
{% paginate products from products.current by theme.products_per_page %}
{% if products != blank %} {% if paginate.next %} {% if paginate.next.is_link %} {% endif %} {% endif %} {% else %}

No products found.

{% endif %}
{% endpaginate %}