Пример #1
0
func init() {
	templates = make(map[string]*template.Template)
	util.ParseTemplates(templates, emailTemplates)
}
Пример #2
0
func init() {
	templates = make(map[string]*template.Template)
	sutil.ParseTemplates(templates, templatePaths)
}