stripit/trunk/HTML/Template/tests/templates/include.html
2008-06-15 20:21:07 +00:00

13 lines
200 B
HTML

<html>
<body>
the variable is {foo}
<table>
<tr flexy:foreach="range,key,value">
<flexy:include src="include_block.html" />
</tr>
</table>
</body>
</html>