definately fix #13
This commit is contained in:
@@ -76,8 +76,8 @@ func (p Page) PrintAsHTML(w http.ResponseWriter, templates ...string) (int, erro
|
||||
// execute the template if there aren't errors
|
||||
functions := template.FuncMap{
|
||||
"Defined": variables.Defined,
|
||||
"Safe": func(s string) template.HTML {
|
||||
return template.HTML(s)
|
||||
"CSS": func(s string) template.CSS {
|
||||
return template.CSS(s)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user