{{/* example how to use actions */}} {{$gender := .Gender}} {{with .Info}} {{end}} {{if eq .Name "Bruce Wayne"}} {{end}}
{{"Name"}} : {{.Name}}
Gender: {{$gender}}
Hobbies : {{range $index, $elem := .Hobbies}} {{$elem}}, {{end}}
Affiliation : {{.Info.Affiliation}} ({{.Info.GetAffiliationDetailInfo}})
Address : {{.Address}}
I'm the Batman!