préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
13
trunk/HTML/Template/tests/templates/include.html
Normal file
13
trunk/HTML/Template/tests/templates/include.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<body>
|
||||
|
||||
the variable is {foo}
|
||||
|
||||
<table>
|
||||
<tr flexy:foreach="range,key,value">
|
||||
<flexy:include src="include_block.html" />
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue