Versions in this module Expand all Collapse all v0 v0.18.1 Dec 29, 2016 Changes in this version + var Logi18nWarnings bool + func ExecuteTemplateToHTML(context interface{}, layouts ...string) template.HTML + func Lookup(name string) *template.Template + func ResetCaches() + func SetI18nTfuncs(bndl *bundle.Bundle) + func SetTranslateLang(language *helpers.Language) error + type GoHTMLTemplate struct + func (t *GoHTMLTemplate) AddAceTemplate(name, basePath, innerPath string, baseContent, innerContent []byte) error + func (t *GoHTMLTemplate) AddInternalShortcode(name, content string) error + func (t *GoHTMLTemplate) AddInternalTemplate(prefix, name, tpl string) error + func (t *GoHTMLTemplate) AddTemplate(name, tpl string) error + func (t *GoHTMLTemplate) AddTemplateFile(name, baseTemplatePath, path string) error + func (t *GoHTMLTemplate) AddTemplateFileWithMaster(name, overlayFilename, masterFilename string) error + func (t *GoHTMLTemplate) EmbedShortcodes() + func (t *GoHTMLTemplate) EmbedTemplates() + func (t *GoHTMLTemplate) GenerateTemplateNameFrom(base, path string) string + func (t *GoHTMLTemplate) GetClone() *template.Template + func (t *GoHTMLTemplate) LoadEmbedded() + func (t *GoHTMLTemplate) LoadTemplates(absPath string) + func (t *GoHTMLTemplate) LoadTemplatesWithPrefix(absPath string, prefix string) + func (t *GoHTMLTemplate) Lookup(name string) *template.Template + func (t *GoHTMLTemplate) MarkReady() + func (t *GoHTMLTemplate) PrintErrors() + type Template interface + AddAceTemplate func(name, basePath, innerPath string, baseContent, innerContent []byte) error + AddInternalShortcode func(name, tpl string) error + AddInternalTemplate func(prefix, name, tpl string) error + AddTemplate func(name, tpl string) error + AddTemplateFileWithMaster func(name, overlayFilename, masterFilename string) error + ExecuteTemplate func(wr io.Writer, name string, data interface{}) error + GetClone func() *template.Template + LoadTemplates func(absPath string) + LoadTemplatesWithPrefix func(absPath, prefix string) + Lookup func(name string) *template.Template + MarkReady func() + New func(name string) *template.Template + PrintErrors func() + Templates func() []*template.Template + func InitializeT() Template + func New() Template + func T() Template + type Tmpl struct + Data string + Name string