{{define "head"}} admin - ari melody 💫 {{end}} {{define "content"}}
home releases artists

Releases

{{range $Release := .Releases}}

{{$Release.Title}} {{$Release.GetReleaseYear}}

{{$Release.PrintArtists true true}}

{{$Release.ReleaseType}}

{{end}} {{if not .Releases}}

There are no releases.

{{end}}

Artists

{{range $Artist := .Artists}} {{end}} {{if not .Artists}}

There are no artists.

{{end}}

Tracks

{{range $Track := .Tracks}}

{{$Track.Title}}

{{if $Track.Description}}

{{$Track.Description}}

{{else}}

No description provided.

{{end}} {{if $Track.Lyrics}}

{{$Track.Lyrics}}

{{else}}

There are no lyrics.

{{end}}
{{end}} {{if not .Artists}}

There are no artists.

{{end}}
{{end}}