Documentation ¶
Overview ¶
Package tags is an internal package that defines the standard Liquid tags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddStandardTags ¶
AddStandardTags defines the standard Liquid tags.
Types ¶
type IterationKeyedMap ¶
type IterationKeyedMap map[string]interface{}
An IterationKeyedMap is a map that yields its keys, instead of (key, value) pairs, when iterated.
Click to show internal directories.
Click to hide internal directories.