{{define "content"}}

@{{.User.Username}}

Joined {{fmtTime .User.CreatedAt}}

Game score {{.User.GameCount}}/{{.User.WinCount}}/{{.User.LossCount}}

Current Elo {{.User.Elo}}

{{if .Own}}

Update your profile

{{end}}
{{end}}