View Source Liquex.Tag.ObjectTag (liquex v0.13.1)
Objects contain the content that Liquid displays on a page. Objects and variables are displayed when enclosed in double curly braces: {{ and }}.
Input
{{ page.title }}
Output
Introduction
In this case, Liquid is rendering the content of the title property of the page object, which contains the text Introduction.
Summary
Functions
Callback implementation for Liquex.Tag.parse/0
.
Callback implementation for Liquex.Tag.render/2
.
Functions
@spec filters(NimbleParsec.t()) :: NimbleParsec.t()
Callback implementation for Liquex.Tag.parse/0
.
Callback implementation for Liquex.Tag.render/2
.