func myQueryStringHandler(ctx *macaron.Context) { ctx.Data["Name"] = ctx.QueryEscape("name") ctx.HTML(200, "hello") }