root/branches/3.1/examples/templates/example_attributes_loop.tmpl

Revision 229, 157 bytes (checked in by schst, 5 years ago)

fixed bug with loop attribute (#40)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <!-- $Id$ -->
2 <patTemplate:tmpl name="page">
3
4         <patTemplate:tmpl name="row" loop="10">
5         {PAT_ROW_VAR} {HERO}<br />
6         </patTemplate:tmpl>
7
8 </patTemplate:tmpl>
Note: See TracBrowser for help on using the browser.