root/trunk/tests/templates/bug155.tmpl

Revision 441, 203 bytes (checked in by schst, 2 years ago)

Fixed bug #155: patTemplate now automatically handles nested objects.

Line 
1 <patTemplate:tmpl name="page">
2   <h1>{FOO}</h1>
3   <patTemplate:tmpl name="child">
4   <h2>{BAR_FOO}</h2>
5   <p>{BAR_BAR}</p>
6   <h2>{BAZ_FOO}</h2>
7   <p>{BAZ_BAR}</p>
8   </patTemplate:tmpl>
9 </patTemplate:tmpl>
Note: See TracBrowser for help on using the browser.