示例#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,
	})
}