How to create in a for loop list unequal rows (2,4,3,2) – Shopify
I'm really hoping that you can help me. I have a for loop <ul> {% for product in collection.products %} <li>{{product}}</li> {% endfor %} </ul> I would like to create unequal rows: first row - 2 products second: 4 third…