Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalFuncs = template.FuncMap{ "trust": func(html string) template.HTML { return template.HTML(html) }, "nl2br": func(html template.HTML) template.HTML { return template.HTML(strings.Replace(string(html), "\n", "<br />", -1)) }, }
View Source
var Templates *template.Template
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.