Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddJekyllTags ¶
AddJekyllTags adds the Jekyll tags to the Liquid engine.
func CreateUnimplementedTag ¶
CreateUnimplementedTag creates a tag definition that prints a warning the first time it's rendered, and otherwise does nothing.
Types ¶
type LinkTagHandler ¶
A LinkTagHandler given an include tag file name returns a URL.
type ParsedArgs ¶
ParsedArgs holds the parsed arguments from ParseArgs.
func ParseArgs ¶
func ParseArgs(argsline string) (*ParsedArgs, error)
ParseArgs parses a tag argument line {% include arg1 arg2 opt=a opt2='b' %}
func (*ParsedArgs) EvalOptions ¶
func (r *ParsedArgs) EvalOptions(ctx render.Context) (map[string]interface{}, error)
EvalOptions evaluates unquoted options.
Click to show internal directories.
Click to hide internal directories.