lowercase template function first to be consistent with all other template functions
authorspf13 <steve.francia@gmail.com>
Thu, 14 Nov 2013 14:32:49 +0000 (09:32 -0500)
committerspf13 <steve.francia@gmail.com>
Thu, 14 Nov 2013 14:32:49 +0000 (09:32 -0500)
template/bundle/template.go

index 8e8108272193438e6cf235b87650fb8d00868a31..879bd14910f64062ae7aeb12ee49e9f02941e610 100644 (file)
@@ -144,7 +144,7 @@ func NewTemplate() Template {
                "isset":     IsSet,
                "echoParam": ReturnWhenSet,
                "safeHtml":  SafeHtml,
-               "First":     First,
+               "first":     First,
        }
 
        templates.Funcs(funcMap)