[% title | html %]
[% FOREACH item IN list %]
[% item.name | html %]
[% item.count | html %]
[% END # FOREACH %]