Пример #1
0
func IndexHtml(c *gin.Context) {
	x := c
	x = x
	c.HTMLString(200, index)
}