/
var
/
www
/
html
/
restaurants
/
vendor
/
twig
/
twig
/
doc
/
tests
/
Upload File
HOME
``divisible by`` ================ ``divisible by`` checks if a variable is divisible by a number: .. code-block:: twig {% if loop.index is divisible by(3) %} ... {% endif %}