13 lines
200 B
HTML
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>
|