Liquid tags
Alongside standard control flow (if, for, case, assign, capture…), Sellerlane provides:
| Tag | Description |
|---|---|
section | Renders a single section file from sections/. |
sections | Renders a section group (e.g. the header or footer group). |
render | Renders a snippet with an isolated scope. |
paginate | Splits a large list into pages and exposes the paginate object. |
schema | Defines a section’s settings, blocks, and presets as JSON. |
javascript | Section-scoped JavaScript, loaded once per section type. |
stylesheet | Section-scoped CSS, loaded once per section type. |
style | Inline |
content_for | Declares content slots (used by layouts and block-composed sections). |
doc | Inline documentation block — stripped from output. |