{{template "header.go.html" .}}
The application {{.AppName}} wants to access your account ({{.Auth.UserInfo.name}}). It requests the following permissions:
    {{range .WantsList}}
  • {{.}}
  • {{end}}
Authorizing this action will redirect you to {{.AppDomain}} with access to the permissions requested above.