]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/doc/tests/divisibleby.rst
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / doc / tests / divisibleby.rst
1 ``divisibleby``
2 ===============
3
4 ``divisibleby`` checks if a variable is divisible by a number:
5
6 .. code-block:: jinja
7
8 {% if loop.index is divisibleby(3) %}
9 ...
10 {% endif %}