Documentation
¶
Overview ¶
Package templating provides an `Engine` for managing templates stored in an embedded filesystem. Use `Parse` to load multiple templates (via glob patterns), and `Render` to execute them with custom data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶ added in v0.1.23
type Engine struct {
// contains filtered or unexported fields
}
Engine is a simple wrapper around the Go templating engine.
Click to show internal directories.
Click to hide internal directories.