예제 #1
0
파일: home.go 프로젝트: WytheOnly/GoBlog
func Comments(context *GoInk.Context, c *model.Content) string {
	return context.Tpl("home/comment", map[string]interface{}{
		"Content":  c,
		"Comments": c.Comments,
	})
}