[% thing.title %]

[% thing.description %]

[% FOREACH rel IN factory.relationships(thing.moniker, 'has_many') %] [% method = rel.key %] [% foreign_moniker = rel.value %]

[% factory.plural(foreign_moniker) %]

[% FOREACH x IN thing.$method %]

[% IF x == highlight %][% ELSE %][% END %] [% x.title %] [% IF x == highlight %][% ELSE %][% END %] [% IF x.description %]
[% x.description %][% END %]

[% END %] [% END %]