cancel
Showing results for 
Search instead for 
Did you mean: 

Including a html directly in FTL

sirisha
Champ in-the-making
Champ in-the-making
Hi,

Can any one tell me the Way to include HTML directly into FTL. so that i need not change my FTL if there is any change in Website which is in HTML.
2 REPLIES 2

samz
Champ in-the-making
Champ in-the-making
Hi,

i found the code and created a dashlet. My ftl code is

<div class="dashlet">
<#include "test.html">
</div>
http://freemarker.sourceforge.net/docs/dgui_quickstart_template.html

but only upper part of the extdernal div is displayed on my dashboard, no error is displayed.
I am new to alfresco please help me if you have solved the issue.

thanks

mitpatoliya
Star Collaborator
Star Collaborator
Hi can you try after removing the "dashlet" class?