parent
422bcbf82c
commit
8f4d4ff1ba
@ -0,0 +1,11 @@ |
||||
package templates |
||||
|
||||
import "html/template" |
||||
|
||||
func UseFuncs() template.FuncMap { |
||||
return template.FuncMap{ |
||||
"getIndexURL": func() string { |
||||
return URLIndex |
||||
}, |
||||
} |
||||
} |
Loading…
Reference in new issue