[Templates] Wrap plugin - current indent

Cees Hek ceeshek@gmail.com
Tue, 9 May 2006 13:50:57 -0400


On 5/9/06, Bill Moseley <moseley@hank.org> wrote:
> Does TT track the current column position?
>
> I want to have filter for use in email that will wrap, but respects
> the current indent.  For example:

How about the Template::Plugin::Wrap plugin?

[% USE wrap %]
[% wrap(email.body, 78, '    ', '    ') %]

Cheers,

Cees