Help for this page
my $data = get_data(); my $t = Template::Alloy->new; $t->process("bullet.tt", $data);
[%- FOR i IN items %] * [% i %] [%- END %]