{{if not .IsAnonymous}}

Hi there, {{.User.Email}}!

I'm GAE Standard app

{{if .User.Picture}}

Here's your picture:

{{end}} {{if .IsAdmin}}

Looks like you are in administrators group.

{{end}} Logout {{else}} Login {{end}}
App version: {{.AppVersion}}