Files
Twig/doc/tests/divisibleby.rst
Fabien Potencier 97167aab98 Merge branch '1.x' into 2.x
* 1.x:
  tweaked doc markup
  tweaked escape docs
2019-04-25 14:27:37 +02:00

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 %}