Documentation ¶ Index ¶ type Option func WithDelims(left, right string) Option type Template func New(name string, options ...Option) *Template func (t *Template) ParsePath(path string) error func (t *Template) ParsePaths(paths []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Option ¶ added in v0.3.0 type Option = func(t *Template) func WithDelims ¶ added in v0.3.0 func WithDelims(left, right string) Option type Template ¶ type Template struct { *template.Template } func New ¶ func New(name string, options ...Option) *Template func (*Template) ParsePath ¶ func (t *Template) ParsePath(path string) error func (*Template) ParsePaths ¶ func (t *Template) ParsePaths(paths []string) error Source Files ¶ View all Source files template.go Directories ¶ Show internal Expand all Path Synopsis functions Click to show internal directories. Click to hide internal directories.