View Source Liquex.Tag.ObjectTag (liquex v0.13.0)

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

Link to this function

close_object_remove_whitespace()

View Source
Link to this function

filters(combinator \\ empty())

View Source
@spec filters(NimbleParsec.t()) :: NimbleParsec.t()

Callback implementation for Liquex.Tag.parse/0.

Callback implementation for Liquex.Tag.render/2.