{% if loop.index is divisible by(3) %}
...
{% endif %}
divisible by
The divisible by test checks if a variable is divisible by a number.
Was this helpful?
The divisible by test checks if a variable is divisible by a number.
{% if loop.index is divisible by(3) %}
...
{% endif %}
Was this helpful?