Skip to content

Liquid tags

Alongside standard control flow (if, for, case, assign, capture…), Sellerlane provides:

TagDescription
sectionRenders a single section file from sections/.
sectionsRenders a section group (e.g. the header or footer group).
renderRenders a snippet with an isolated scope.
paginateSplits a large list into pages and exposes the paginate object.
schemaDefines a section’s settings, blocks, and presets as JSON.
javascriptSection-scoped JavaScript, loaded once per section type.
stylesheetSection-scoped CSS, loaded once per section type.
styleInline
content_forDeclares content slots (used by layouts and block-composed sections).
docInline documentation block — stripped from output.