Releases
"Orphaned" tracks that have not yet been bound to a release.
{{range $Track := .Tracks}}
{{$Track.Title}}
{{if $Track.Description}}{{$Track.GetDescriptionHTML}}
{{else}}No description provided.
{{end}} {{if $Track.Lyrics}}{{$Track.GetLyricsHTML}}
{{else}}There are no lyrics.
{{end}}There are no artists.
{{end}}