[%  WRAPPER html/list %]
[%- FOREACH item = [ 'One' 'Two' 'Three' ] -%]
<li>[% item %]</li>
[%  END %]
[%  END %]
