Template API
What a Liquid template can read and call: variables, filters, partials and helpers.
Variables and contextEvery object Quilium injects into a Liquid template at render time, what each one holds, and how to read it. Liquid filtersThe filters Quilium registers on top of LiquidJS, their signatures, and the standard LiquidJS filters available alongside them. Built-in partials and helpersWhat the engine actually ships, the helper filters, versus the partial files you write yourself by convention in your site repo.