{{ 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 .Location }}

🌍 {{.Location}}

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

🕑️ {{.Timezone}}

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

🌐 {{.Link}}

{{ end }} {{ if .Social }} {{range .Social}}

🔗 {{.}}

{{ 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 }} {{ end }} {{ else }}

User not found

That user doesn't exist.

{{ end }}