Files
alfresco-community-repo/source/test-resources/xforms/tests/rendering-engine/include-test.ftl

12 lines
306 B
Plaintext

<html>
<head>
<title>Include Test</title>
</head>
<body>
<div>Generated by include-test.ftl</div>
<div>Value from template is <b>${.vars["include-test"]["in-template"]}</b></div>
<#include "include-test-data-dictionary.ftl">
<#include "include-test-webapp.ftl">
</body>
</html>