package
1.6.0
Repository: https://github.com/osteele/liquid.git
Documentation: pkg.go.dev

# Functions

NewConfig creates a new Settings.
Render renders the render tree.

# Structs

BlockNode represents a {% tag %}…{% endtag %}.
Config holds configuration information for parsing and rendering.
ObjectNode is an {{ object }} object.
RawNode holds the text between the start and end of a raw tag.
SeqNode is a sequence of nodes.
TagNode renders itself via a render function that is created during parsing.
TextNode is a text chunk, that is rendered verbatim.
TrimNode is a trim object.

# Interfaces

Context provides the rendering context for a tag renderer.
An Error is an error during template rendering.
Node is a node of the render tree.

# Type aliases

BlockCompiler builds a renderer for the tag instance.
TagCompiler is a function that parses the tag arguments, and returns a renderer.