Current File : //opt/RZphp83/includes/tests/HTML_Template_Flexy/tests/templates/include.html
<html>
	<body>

    the variable is {foo}

    <table>
        <tr flexy:foreach="range,key,value">
            <flexy:include src="include_block.html" />
        </tr>
    </table>

	</body>
</html>