Crate liquid [] [src]

Modules

lexer
parser

Structs

Context
LiquidOptions
Template

Enums

Error
ErrorMode

The ErrorMode to use. This currently does not have an effect, until ErrorModes are properly implemented.

Value

An enum to represent different value types

Traits

Block

The trait to use when implementing custom block-size tags ({% if something %})

Renderable

Any object (tag/block) that can be rendered by liquid must implement this trait.

Tag

A trait for creating custom tags.

Functions

parse

Parses a liquid template, returning a Template object.