mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
97167aab98
* 1.x: tweaked doc markup tweaked escape docs
11 lines
193 B
ReStructuredText
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 %}
|