Skip to content

template HTML

pikachule edited this page Aug 7, 2017 · 1 revision
data := struct {
	Title   template.HTML
	Content template.HTML
}{Title: template.HTML(title), Content: template.HTML(content)}
Clone this wiki locally