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

Artists ({{len .Artists}} total)

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

There are no artists.

{{end}}
{{end}}