root/lang/php/misc/Chariot/test/templates/example/foreach.tpl @ 31450

Revision 31450, 290 bytes (checked in by nowelium, 4 years ago)
Line 
1<html xmlns:c="urn://Chariot">
2    <head>
3    </head>
4    <body>
5        <div c:template="test1" class="main">
6            <ul c:foreach="Hoge">
7                <li><span c:value="name">name</span><span c:value="entry">entry</span></li>
8            </ul>
9        </div>
10    </body>
11</html>
Note: See TracBrowser for help on using the browser.