Help for this page
<!-- START: [% component.name %] --> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor +="222222"> ... </tr> </table> <!-- END: [% component.name %] -->
my $template = Template->new({ PRE_PROCESS => 'start_tag.tmpl', POST_PROCESS => 'end_tag.tmpl', };