package templatefuncs import "os" func Env(value string) string { return os.Getenv(value) }