Documentation ¶ Index ¶ type Template func (p *Template) InitTemplates(fsys fs.FS, delimLeft, delimRight, suffix string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Template ¶ type Template struct { *template.Template } Template is the representation of a parsed template. The *parse.Tree field is exported only for use by html/template and should be treated as unexported by all other clients. func (*Template) InitTemplates ¶ func (p *Template) InitTemplates(fsys fs.FS, delimLeft, delimRight, suffix string) Source Files ¶ View all Source files template.go Click to show internal directories. Click to hide internal directories.