i repeatedly hit this type of scenario...

server
{
    stuff
    [% INCLUDE thing %]
}

where thing has

Foo
Bar

and end up with

server
{
    stuff
    foo
bar
}

is there anyway to get it so that it is

server
{
    stuff
    foo
    bar
}

basically, the whitespace before an INCLUDE or PROCESS etc is applied to
each line
of the included file, block etc.
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to