Files
survey-manager/survey-nginx/htdocs/vtiger_crm/XTemplate/ex7.html
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

20 lines
541 B
HTML
Executable File

<!-- 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 -->