Fork me on GitHub

odd

odd

The odd test checks if an integer is odd.

{% if 3 is odd %}
	...
{% endif %}