package personalpropsroute import ( "github.com/gin-gonic/gin" ) func Route(route *gin.RouterGroup) { // route.GET("/test", func(ctx *gin.Context) { // test := persPropsApp.Render() // ctx.HTML(http.StatusOK, "personal-properties.html", gin.H{"books": test}) // }) }