package templatefuncs import "text/template" func FuncMap() template.FuncMap { return template.FuncMap{ "env": Env, } }