lowercase template function first to be consistent with all other template functions

This commit is contained in:
spf13 2013-11-14 09:32:49 -05:00
parent 50d9046b64
commit 13fa7cb748

View file

@ -144,7 +144,7 @@ func NewTemplate() Template {
"isset": IsSet,
"echoParam": ReturnWhenSet,
"safeHtml": SafeHtml,
"First": First,
"first": First,
}
templates.Funcs(funcMap)