{{ template "header" .}}
{{ if .user }} {{ range $key, $value := .user}}
View on GitHub
{{.Login}}'s avatar {{ if .Name }}

{{.Name}}

{{ end }}

{{.Login}}

{{ if eq .Type "http://schema.org/Person" }}

{{.Followers}} followers - {{.Following}} following

{{ else }}

{{.Followers}} followers

{{ end }} {{ if .StatusEmoji}}

{{.StatusEmoji}} {{.Status}}

{{ end }} {{ if .Location }}

🌍 {{.Location}}

{{ end }} {{ if .Timezone }}

🕑️ {{.Timezone}}

{{ end }} {{ if .Link }}

🌐 {{.Link}}

{{ end }} {{ if .Email }}

✉️ {{.Email}}

{{ end }} {{ if .Social }} {{ end }} {{ if .Organizations }}

Organizations: {{range .Organizations}} {{.}} {{ end }}

{{ end }} {{ if .OrgMembers }}

Members: {{range .OrgMembers}} @{{.}} {{ end }}

{{ end }} {{ if .Company }}

🏢 {{.Company}}

{{ end }} {{ if eq .Type "http://schema.org/Person" }}

✏️ {{ if .Name }} {{.Name}} {{ else }} {{.Login}} {{ end }} has made {{.Contributions}}

{{ end }}
{{ if .Bio }}

Bio

{{.Bio}}

{{ end }} {{ if .Readme }}

README

{{ unescape .Readme}}
{{ end }} {{ if .MainRepos }}

{{.PinOrPopular}} repositories

{{range .MainRepos}}

{{.Name}}

{{if .ForkOf}} Forked from:
{{.ForkOf}} {{else}} {{end}} {{if .Desc}}

{{.Desc}}

{{else}} {{end}}

{{if .Stars}}⭐ {{.Stars}}{{else}}{{end}} {{if .Forks}} 🍴 {{.Forks}} {{else}}{{end}} {{if .Lang}} 🗒️ {{.Lang}} {{else}}{{end}}

{{ end }}
{{ end }} {{ end }} {{ else }}

User not found

That user doesn't exist.

{{ end }}
{{ template "footer" .}}