divisible byΒΆ
divisible by checks if a variable is divisible by a number:
{% if loop.index is divisible by(3) %}
...
{% endif %}
divisible byΒΆdivisible by checks if a variable is divisible by a number:
{% if loop.index is divisible by(3) %}
...
{% endif %}