[% thing.title %]

[% thing.description %]

[% FOREACH a = thing.albums %]

[% a.title %]
[% a.description %]

[% END %]