Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestTemplateProvider deps.ResourceProvider
TestTemplateProvider is global deps.ResourceProvider. NOTE: It's currently unused.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace provides template functions for the "templates" namespace.
func (*Namespace) Include ¶
Include executes the named partial and returns either a string, when the partial is a text/template, or template.HTML when html/template.
func (*Namespace) IncludeCached ¶ added in v0.30.1
func (ns *Namespace) IncludeCached(name string, context interface{}, variant ...string) (interface{}, error)
IncludeCached executes and caches partial templates. An optional variant string parameter (a string slice actually, but be only use a variadic argument to make it optional) can be passed so that a given partial can have multiple uses. The cache is created with name+variant as the key.
Click to show internal directories.
Click to hide internal directories.