liquid.tags
module
liquid.tags.shopify
Provide shopify tagssee: https://shopify.dev/api/liquid/tags
module
liquid.tags.standard
Provides standard liquid tags
Functions
assign
(
token
,parser
)
(Node) — The assign tag {% assign x = ... %}</>capture
(
token
,parser
)
(Node) — The capture tag {% capture var %}...{% endcapture %}</>case
(
token
,parser
)
(Node) — The case-when tag {% case x %}{% when y %} ... {% endcase %}</>comment
(
token
,parser
)
(Node) — The comment tag {% comment %} ... {% endcomment %}</>cycle
(
token
,parser
)
(Node) — The cycle tag {% cycle ... %}</>decrement
(
token
,parser
)
(list of Node) — The decrement tag {% decrement x %}</>increment
(
token
,parser
)
(list of Node) — The increment tag {% increment x %}</>tablerow
(
token
,parser
)
(Union(node, list of node)) — The tablerow tag {% tablerow ... %} ... {% endtablerow %}</>unless
(
token
,parser
)
(Node) — The unless tag {% unless ... %} ... {% endunless %}</>
module
liquid.tags.jekyll
Provides jekyll tags
Functions
include_relative
(
token
,parser
)
(Node) — The {% include_relative ... %} tag</>
module
liquid.tags.manager
Provide tag manager
Classes
TagManager
— A manager for tags</>
Functions
decode_raw
(
body
)
(str) — Decode the encoded string in body</>
module
liquid.tags.wild
Provides tags for wild mode
Functions
addfilter
(
env
,token
,parser
)
(Node) — The addfilter tag {% addfilter name ... %} ... {% endaddfilter %}</>from_
(
env
,token
,parser
)
(Node) — The from_ tag {% from_ ... %}</>import_
(
env
,token
,parser
)
(Node) — The import_ tag {% import_ ... %}</>python
(
env
,token
,parser
)
(Node) — The python tag</>