{{define "head"}} Releases - ari melody 💫 {{end}} {{define "content"}}

Releases

Tracks

Create New

"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}}
{{end}} {{if not .Artists}}

There are no artists.

{{end}}
{{end}}