The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Plugin::Monta - TT2 Filter, Acme::Monta adaptor

SYNOPSIS

  [% USE Monta %]
  
  [% FILTER $Monta close_font => '#0f0', close_back => '#0f0' %]
  <monta>Let's Montaize!</monta>
  [% END %]

  [% FILTER monta %]
  <monta>some string</monta>
  [% END %]

  [% some_string = '<monta>some string</monta>' %]
  [% some_string | monta %]

DESCRIPTION

This is a Filter for Template-Toolkit. This modules allows you to use monta-method on your template. See details in Acme::Monta's documents.

SEE ALSO

Acme::Monta

AUTHOR

Lyo Kato, <kato@lost-season.jp>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Lyo Kato

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.