func Blog(ctx app.Context) { data := models.GetPosts(ctx,10) ctx.Render(app.Templates+"blog.html",data) }