I am trying to include a macro file in the FTL.
As per my understanding with the framework, if we include the macro file using tag in the xml and render a FTL in this xml, the defined macros should be automatically available in Freemarker template. But this is not working for me.
Also, I have tried to include the macro file in FTL itself using <#import>
and <#include>
tag, by providing absolute and relative path both. Either way is not working.
Please suggest what should be the best possible way to do it.
Thanks