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

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.

Link to this section Summary

Link to this section Functions

Link to this function

close_object_remove_whitespace()

View Source
Link to this function

filters(combinator \\ empty())

View Source

Specs

filters(NimbleParsec.t()) :: NimbleParsec.t()

Callback implementation for Liquex.Tag.parse/0.

Callback implementation for Liquex.Tag.render/2.