Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Basics

Operators

OperatorMeaningWorkSyntax
==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 substring inside a string  

Truthy and falsy

TBD

Types

TBD

TAGS

Comment

...

OperatorMeaningWorkSyntax
commentAny text within the opening and closing comment blocks will not be output, and any Liquid code within will not be executed Yes {% comment %} Text {% endcomment %}

Control flow

TBD

Iteration

TBD

...