Tracks
Create New
{{range $Track := .Tracks}}
{{end}}
{{$Track.Title}}
{{if $Track.Description}}{{$Track.GetDescriptionHTML}}
{{else}}No description provided.
{{end}} {{if $Track.Lyrics}}{{$Track.GetLyricsHTML}}
{{else}}There are no lyrics.
{{end}}