While adding anchor tag for email template, its not working . The tag code is showing as it is. What to do
We wrote like :-
% if object.validator:
Your contact: <a href="mailto:${object.validator.email}?subject=Order ${object.name}">${object.validator.name}</a>
% endif
but its coming like in the image