Add more docs

This commit is contained in:
2021-12-16 21:34:44 +01:00
parent 8e92ba0f9e
commit a9b5ac4df2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ package templates
import "html/template"
// UseFuncs returns a func map with template helpers functions
func UseFuncs() template.FuncMap {
return template.FuncMap{
"add": func(i int) int {