Liquid v0.9.1 API Reference

Modules

A module to assign context for Liquid.Variable

Implementation of cycle tag. Can be named or anonymous, rotates through pre-set values Cycle is usually used within a loop to alternate between values, like colors or DOM classes

Allows to set up the file system and read the template file from it

Applies a chain of filters passed from Liquid.Variable

Structure that holds all the basic filter functions used in Liquid 3

Like in Shopify's liquid: "For" iterates over an array or collection. Several useful variables are available to you within the loop

Conveniences for generating HTML

Supervisor for Liquid processes (currently empty)

tablerow tag iterates over an array or collection splitting it up to a table with pre-set columns number

Main Liquid module, all further render and parse processing passes through it

A number of useful utils for liquid parser/filters

Module to create and lookup for Variables

Exceptions

Error module to hold file system errors

Error module to hold wrong syntax states