Refactor a little

This commit is contained in:
binwiederhier
2025-07-19 22:52:08 +02:00
parent 8783c86cd6
commit 1f34c39eb0
5 changed files with 8 additions and 22 deletions

View File

@@ -100,7 +100,7 @@ func TxtFuncMap() template.FuncMap {
"sortAlpha": sortAlpha,
// Defaults
"default": dfault,
"default": defaultValue,
"empty": empty,
"coalesce": coalesce,
"all": all,