The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<b>[% content %]</b>
<p>[% some_scalar %]</p>
[% FOREACH elem IN  some_array %]
<span>[% elem %]</span>
[% END %]
[% FOREACH elem IN  other_array %]
<span>[% elem %]</span>
[% END %]