Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 256 Bytes

divisibleby.md

File metadata and controls

18 lines (13 loc) · 256 Bytes
layout title
page
Tests › divisible by

← tests

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

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