Liquid v0.6.1 Liquid.Template

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

Summary

Functions

Function to parse markup with given presets (if any)

Function that renders passed template and context to string

Functions

parse(value, presets \\ %{})
parse(String.t, map) :: Liquid.Template
parse(nil, map) :: Liquid.Template

Function to parse markup with given presets (if any)

render(t, c \\ %{})
render(Liquid.Template, map) :: String.t

Function that renders passed template and context to string