mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13746 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
306 B
Plaintext
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>
|