Lines Matching full:templates
14 // common holds the information shared by related templates.
16 tmpl map[string]*Template // Map from name to defined templates.
77 // templates. The actual representation is not copied, but the name space of
78 // associated templates is, so further calls to Parse in the copy will add
79 // templates to the copy but not to the original. Clone can be used to prepare
80 // common templates and use them with variant definitions for other templates
93 // The associated templates share nt's common structure.
138 // Templates returns a slice of defined templates associated with t.
139 func (t *Template) Templates() []*Template {
187 // to parse definitions of templates to associate with t. It is an error if a
209 // associate installs the new template into the group of templates associated