Operators
Operators
Basic operators
{% if product.title == "Awesome Shoes" %}
These shoes are awesome!
{% endif %}{% if product.type == "Shirt" or product.type == "Shoes" %}
This is a shirt or a pair of shoes.
{% endif %}contains
Order of operations
Last updated