mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-21 07:37:43 +00:00
11 lines
190 B
ReStructuredText
11 lines
190 B
ReStructuredText
``divisibleby``
|
|
===============
|
|
|
|
``divisibleby`` checks if a variable is divisible by a number:
|
|
|
|
.. code-block:: jinja
|
|
|
|
{% if loop.index is divisibleby(3) %}
|
|
...
|
|
{% endif %}
|