Liquid v0.6.0 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(arg, presets \\ %{})

Function to parse markup with given presets (if any)

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

Function that renders passed template and context to string