Logical operators

Liquid includes many logical and comparison operators.
You can use operators to create logic with control flow tags.

Naxai supports the following operators:

OperatorDescription
==equals
!=does not equal
>greater than
<less than
>=greater than or equal to
<=less than or equal to
orlogical or
andlogical and
containschecks for the presence of a string or substring (part of a string)