{% if products|length == 4 %} {% set columns = "two" %} {% endif %} {% if products|length == 3 %} {% set columns = "three odd doubling" %} {% endif %}