Liquid v0.8.0 Liquid.Template View Source
Main Liquid module, all further render and parse processing passes through it
Link to this section Summary
Functions
Function to parse markup with given presets (if any)
Function that renders passed template and context to string
Link to this section Functions
Link to this function
parse(value, presets \\ %{})
View Source
parse(nil, map()) :: Liquid.Template
parse(String.t(), map()) :: Liquid.Template
Function to parse markup with given presets (if any)
Function that renders passed template and context to string