{{define "title"}}@{{(user .UserID).Handle}}{{end}} {{define "main"}} {{$user := (user .UserID)}}
{{if $user.BannerImageLocalPath}} {{end}}
{{template "author-info" $user}} {{template "following-button" $user}}
{{template "text-with-entities" $user.Bio}}
{{if $user.Location}}
{{$user.Location}}
{{end}} {{if $user.Website}} {{end}}
{{$user.JoinDate.Time.Format "Jan 2, 2006"}}
{{$user.FollowersCount}} followers
is following {{$user.FollowingCount}}
Tweets and replies Tweets Media Likes
{{template "timeline" .}}
{{end}}