gmarche/vendor/twig/twig/doc/tests/divisibleby.rst

11 lines
193 B
ReStructuredText

``divisible by``
================
``divisible by`` checks if a variable is divisible by a number:
.. code-block:: twig
{% if loop.index is divisible by(3) %}
...
{% endif %}