package partials
import "github.com/gohugoio/hugo/tpl/partials"
Index ¶
Variables ¶
var TestTemplateProvider deps.ResourceProvider
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace provides template functions for the "templates" namespace.
func New ¶
New returns a new instance of the templates-namespaced template functions.
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.
Source Files ¶
- Version
- v0.24.1
- Published
- Jun 24, 2017
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 3 minutes ago –
Tools for package owners.