Categorygithub.com/iris-contrib/jade
modulepackage
1.1.4
Repository: https://github.com/iris-contrib/jade.git
Documentation: pkg.go.dev

# README

# Packages

No description provided by the author
Code generated by "jade.go"; DO NOT EDIT.

# Functions

No description provided by the author
No description provided by the author
New allocates a new parse tree with the given name.
NewWithReadFunc same as `New` but it overrides the template's contents reader.
Parse parses the template definition string to construct a representation of the template for execution.
ParseFile parse the jade template file in given filename.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ListNode holds a sequence of nodes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Tree is the representation of a single parsed template.

# Interfaces

A Node is an element in the parse tree.

# Type aliases

NodeType identifies the type of a parse tree node.
Pos represents a byte position in the original input text from which this template was parsed.