Inside Views

  1. func(ctx iris.Context) {
  2. ctx.View("index.html", iris.Map{
  3. "tr": ctx.Tr,
  4. })
  5. }