[% WRAPPER html/list 
    title = 'Test List Title'
%]
[% "<li>$item</li>\n" 
	FOREACH item = [ 'Foo' 'Bar' 'Baz' ] -%]
[% END %]
