I do not have much idea of ftl or freemarker, but I need to mount an HREF link in a template that I use to send emails, I found this:
< #assign res = ' HELLO '? matches (r'href="(. *?)" ' ) >
but it does not work for me, because it shows the link http ... literally and I need you to show me the alias, that is, HELLO and have the link hyperlink. the normal thing if it was done with HTML for example ... Can you help me?