Template

  1. hi: "Hi {{.Name}}!"
  1. ctx.Tr("Hi", iris.Map{"Name": "John"})
  2. // Outputs: Hi John!