Liquex.Tag.ObjectTag (liquex v0.15.0)

Copy Markdown 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.

Summary

Functions

close_object_remove_whitespace()

filter()

filters(combinator \\ empty())

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

parse()

Callback implementation for Liquex.Tag.parse/0.

render(list, context)

Callback implementation for Liquex.Tag.render/2.