@alien4u Not sure if this is the same thing but I had a similar issue a while back where it was putting a <br /> tag for the line breaks but then encoding the < and > as < and > . Was able to get it to work by putting ?replace("<","<")?replace(">",">") after the variable in the freemarker code.