Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
Template represents an HTML template with partial support and hot reload.
func (*Template) ExecuteTemplate ¶
ExecuteTemplate executes a template an write the output on w.
func (*Template) Lookup ¶
Lookup searches for a named template. It returns true if the template if found, false otherwise.
Click to show internal directories.
Click to hide internal directories.