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@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/

Reply via email to