Skip to content
Log in

Liquid Tags

On this page

Liquid tags use the {% %} syntax and perform actions rather than output values. StoreConnect extends standard Liquid with its own set of tags covering template structure, data access, HTTP responses, caching, and more.

Tags come in two forms:

  • Simple tags — a single self-contained tag: {% tag_name options %}
  • Block tags — an opening and closing pair that wrap content: {% tag_name options %}...{% endtag_name %}

Template structure

Variables & data

Querying records

Forms

Pagination & caching

HTTP responses

These tags are used in Liquid controllers to control the HTTP response.

Controller lifecycle

These block tags render their content only during a specific phase of a Liquid controller’s execution.

API & events

Debugging

Was this article helpful?

Was this article helpful?