blob: 8032d349abae34a52a7d2a17ede72b14af078741 [file] [log] [blame]
``divisible by``
================
``divisible by`` checks if a variable is divisible by a number:
.. code-block:: twig
{% if loop.index is divisible by(3) %}
...
{% endif %}