##
my %tpl_settings = (
...
PLUGIN_BASE => 'MyApp::TT::Plugin',
...
);
my $tt = Template->new(%tpl_settings);
####
[% USE BBCodeFilter -%]
[% (comments || '(No Comments)') | bbcode %]