Tags - Nhãn
Liquid tags are the programming logic that tells templates what to do. Tags are wrapped in: {% %}
characters.
Certain tags, such as for
and cycle
can take on parameters. Details for each parameter can be found in their respective sections.
In this section:
- Control flow tags
- Iteration tags
- Theme tags
- Variable tags