[% thing.artist.title %]
[% thing.title %]

[% thing.description %]

Tracks

[% counter = 1 %]

[% FOREACH t = thing.tracks %] [% IF t == highlight %][% END %][% counter %]. [% t.title %][% '' IF t == highlight %]
[% counter = counter + 1 %] [% END %]

More [% thing.genre.title %].