[Catalyst] TT2 multiple subtemplates

Francisco Obispo fobispo at isc.org
Wed Aug 10 19:13:20 GMT 2011


Look at the INCLUDE directive in perldoc Template::Manual::Directives

   INCLUDE
       The "INCLUDE" directive is used to process and include the output of another template file or block.

           [% INCLUDE header %]


Francisco



On Aug 10, 2011, at 12:00 PM, Stefan wrote:

> Hi,
> I’m new at the catalyst framework and using Template Toolkit.
> 
> What is the best practice to load a template like the following:
> 
> <html>
> <body>
> <div class“left“>
>                 [% content %]
> </div>
> <div class“right“>
>                 [% right_content %]
> </div>
> </body>
> </html>
> 
> ‚content‘ should be replaced with left_content.tt2
> ‚right_content‘ with right_content.tt2
> 
> If I use a Wrapper, only content is automatically replaced. How can I also replace right_content?
>  
> Thanks for your Help!!
> Stefan
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/

Francisco Obispo 
email: fobispo at isc.org
Phone: +1 650 423 1374 || INOC-DBA *3557* NOC
Key fingerprint = 532F 84EB 06B4 3806 D5FA  09C6 463E 614E B38D B1BE








More information about the Catalyst mailing list