preparation release
This commit is contained in:
commit
f5e3a62ee8
196 changed files with 64314 additions and 0 deletions
13
HTML/Template/tests/templates/include.html
Normal file
13
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