There are three types of control in Liquid—Tags
, Objects
, and Filter
.
Tags are used to handle the logic in Liquid. Some of the regularly used tags are the for and if tags.
Objects acts like the alias of the contents that need to be displayed.
Filters are modifiers used to manipulate objects. It’s usually placed after “|”.