File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -438,13 +438,13 @@ produce the text
438
438
By construction, a template may reside in only one association. If it's
439
439
necessary to have a template addressable from multiple associations, the
440
440
template definition must be parsed multiple times to create distinct *Template
441
- values, or must be copied with the Clone or AddParseTree method .
441
+ values, or must be copied with [Template. Clone] or [Template. AddParseTree] .
442
442
443
443
Parse may be called multiple times to assemble the various associated templates;
444
- see the ParseFiles and ParseGlob functions and methods for simple ways to parse
445
- related templates stored in files.
444
+ see [ ParseFiles], [ ParseGlob], [Template.ParseFiles] and [Template.ParseGlob]
445
+ for simple ways to parse related templates stored in files.
446
446
447
- A template may be executed directly or through ExecuteTemplate, which executes
447
+ A template may be executed directly or through [Template. ExecuteTemplate] , which executes
448
448
an associated template identified by name. To invoke our example above, we
449
449
might write,
450
450
You can’t perform that action at this time.
0 commit comments