Liquid tags are the programming logic that tells templates what to do. Tags are wrapped in: {% %}
.
Certain tags, such as for
and cycle
can take on parameters. Details for each parameter can be found in their respective sections.
Tags can be broken down into four categories: