[% FOREACH r = results %] [% r %] <---- this prints out a hash [% END %] #### [% FOREACH r = results %] [% r.foo %] and [% r.bar %] [% END %]