{{define "profile"}}
{{.Username}}'s avatar

{{.Username}}

{{.Bio}}

{{formatInt .ScrobbleCount}}

Listens

{{formatInt .ArtistCount}}

Artists

Listening History

{{$artists := .Artists}} {{$times := .Times}} {{range $index, $title := .Titles}} {{end}}
Artist Title Timestamp
{{index $artists $index}} {{$title}} {{formatTimestamp (index $times $index)}}
{{if gt .Page 1 }} Prev Page {{end}} Next Page
{{end}}