]> gitweb.factorcode.org Git - factor.git/blob - basis/html/templates/chloe/test/test8.xml
Move web framework to basis
[factor.git] / basis / html / templates / chloe / test / test8.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <table>
6                 <t:bind-each t:name="people">
7                         <tr>
8                                 <td><t:label t:name="first-name"/></td>
9                                 <td><t:label t:name="last-name"/></td>
10                         </tr>
11                 </t:bind-each>
12         </table>
13
14 </t:chloe>