also register helper

This commit is contained in:
chris evett 2018-09-25 20:41:51 +00:00
parent 97bdc8bc7c
commit 4071416038
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ var (
"lowercase": strings.ToLower,
"trim": strings.TrimSpace,
"title": strings.Title,
"regexReplace": regexReplace,
}
)