Is if statement necessary for empty array situation? – Shopify
I'm using Shopify Liquid. If I don't include {% if my_array %} and have a code such as this: {% for var in my_array %} Do this heavy task {% endif %} does it skip the "heavy task" if my_array…