HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/www/67.225.167.226/public_html/crm/XTemplate/ex7.html
<!-- BEGIN: main -->
<html>
<head><title>example 7</title></head>
<body>
you can include template files inside another one, even recursively!<br>
for example:<br>
{FILE "ex7-inc.xtpl"}
<br><br><br>
if your include file contains blocks, you start its name it with tha original file's actual block..
 (the FILE directive gets replaced by the file contents, and the whole thing gets parsed)<br>
 example:<br>
<br>
		<!-- BEGIN: inc -->
		included file follows: {FILE "ex7-inc2.xtpl"}
		<!-- END: inc -->
<br>

</body>
</html>
<!-- END: main -->