blob: 8032d349abae34a52a7d2a17ede72b14af078741 [file] [log] [blame]
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001``divisible by``
2================
3
4``divisible by`` checks if a variable is divisible by a number:
5
6.. code-block:: twig
7
8 {% if loop.index is divisible by(3) %}
9 ...
10 {% endif %}