Documentation ¶
Overview ¶
Package template simplifies parsing a set of templates with common layouts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MissingError ¶
type MissingError string
MissingError is returned when trying to render a template that does not exist.
func (MissingError) Error ¶
func (e MissingError) Error() string
Click to show internal directories.
Click to hide internal directories.