Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { Name string ID string Class []string Attr []Attr Text string Expr string Children []*Node Raw bool Indent int }
Node is a type for indicating tag.
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
Template is the representation of a parsed template.
func (*Template) Execute ¶
Execute applies a parsed template to the specified value object, and writes the output to out.
func (*Template) RegisterRenderer ¶
RegisterRenderer register custom render named with the name.
Click to show internal directories.
Click to hide internal directories.