divisibleby
Found a typo or an error? Want to improve this document? Edit it.
Need support or have a technical question? Post to the user mailing-list.
divisibleby checks if a variable is divisible by a number:
1 2 3
{% if loop.index is divisibleby(3) %} ... {% endif %}