HOME


Mini Shell 1.0
DIR:/proc/thread-self/root/usr/local/cwpsrv/var/services/twig/doc/tests/
Upload File :
Current File : //proc/thread-self/root/usr/local/cwpsrv/var/services/twig/doc/tests/divisibleby.rst
``divisible by``
================

``divisible by`` checks if a variable is divisible by a number:

.. code-block:: jinja

    {% if loop.index is divisible by(3) %}
        ...
    {% endif %}