Liquid
Liquid is the template language Pagelove uses to render data-driven markup inside a page. Attach a template to any element with pagelove:template="text/liquid"; the server renders the element's subtree against the page's bindings and the request context, then replaces the element with the output.
Pages
- Templating — the
pagelove:templatemechanism: enabling templates, the variables in scope, and how rendered output replaces the element. - Template Filters — the extended filter library (hashing, random generation, date arithmetic, JSON, string/URL escaping, and more) on top of standard Liquid.
See also
- Sessel and JavaScript — the expression languages whose values a Liquid template reads.
- Composing pages — where templating sits in the page-composition pipeline.