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

Dashboard

Releases ({{.ReleaseCount}} total)

Create New
{{if .Artists}} {{range .Releases}} {{block "release" .}}{{end}} {{end}} {{else}}

There are no releases.

{{end}}

Artists ({{.ArtistCount}} total)

Create New
{{if .Artists}}
{{range .Artists}} {{block "artist" .}}{{end}} {{end}}
{{else}}

There are no artists.

{{end}}

Tracks ({{.TrackCount}} total)

Create New

"Orphaned" tracks that have not yet been bound to a release.


{{range .Tracks}} {{block "track" .}}{{end}} {{end}}
{{end}}