- Which Liquid tags are supported
- Which parameters those tags accept
- The HTML they typically render
Page templates
Shared reference
Notes
- Tag parameters use Liquid tag attributes, for example:
{% add_product size: "small" %} - Most parameters are optional and have defaults.
- Some tags are block tags and must be closed, for example: