Skip to content

liquid.tags

package

liquid.tags

Provides jekyll tags

Functions

Provide tag manager

Classes
Functions
  • decode_raw(body) (str) Decode the encoded string in body</>

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</>

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 %}</>