I return the following from a template helper:
return new Spacebars.SafeString("<a href=\"{{pathFor 'find_contact_persons_page' companyId=this._id}}\"> Click Here: " + this._id + "</a>");
However, the link is not created correctly in the HTML. It looks like this:
http://localhost:3000/%7B%7BpathFor%20'find_contact_persons_page'%20companyId=this._id%7D%7D
Something is totally wrong… Please help