odd
The odd test checks if an integer is odd.
{% if 3 is odd %}
	...
{% endif %}
oddThe odd test checks if an integer is odd.
{% if 3 is odd %}
	...
{% endif %}