# README
# 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
# 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.