From 6ae9d2efbe21867d7445663884b8d7c4c67b8b6f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 29 Jul 2025 21:04:22 +0200 Subject: Sort functions --- src/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/templates.go b/src/templates.go index dca1144..2b44f38 100644 --- a/src/templates.go +++ b/src/templates.go @@ -28,11 +28,11 @@ var ( templates map[string]*template.Template funcmap = map[string]any{ "locales": i18n.Locales, + "map": templateMakeMap, "safe": asHTML, "sprintf": fmt.Sprintf, "toUpper": strings.ToUpper, "tuple": templateMakeTuple, - "map": templateMakeMap, } ) -- cgit v1.2.3