template HTML - pikachule/golang_notes GitHub Wiki

data := struct {
	Title   template.HTML
	Content template.HTML
}{Title: template.HTML(title), Content: template.HTML(content)}
⚠️ **GitHub.com Fallback** ⚠️