Represents an Abstract Syntax Tree (AST) node of a parsed template.
A dictionary of the element's attributes.
An array of child nodes, which can be either TNode objects or plain text strings.
TNode
The tag name of the element (converted to lowercase).
Represents an Abstract Syntax Tree (AST) node of a parsed template.