hugolib, source, tpl: Fix docs

See #2014
This commit is contained in:
bogem
2016-11-21 23:01:42 +01:00
committed by Bjørn Erik Pedersen
parent e81c06c3f0
commit 75e55cd06f
3 changed files with 12 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ type GoHTMLTemplate struct {
errors []*templateErr
}
// The "Global" Template System
// T is the "global" template system
func T() Template {
if tmpl == nil {
tmpl = New()