Added a function to not have characters encoded by go template
Cette révision appartient à :
Parent
21a2e70692
révision
b2ae3b4ac1
1 fichiers modifiés avec 3 ajouts et 0 suppressions
|
@ -70,4 +70,7 @@ var FuncMap = template.FuncMap{
|
|||
"HasAdmin": userPermission.HasAdmin,
|
||||
"GetRole": userPermission.GetRole,
|
||||
"IsFollower": userPermission.IsFollower,
|
||||
"NoEncode": func(str string) template.HTML {
|
||||
return template.HTML(str)
|
||||
},
|
||||
}
|
||||
|
|
Référencer dans un nouveau ticket