UI.registerHelper('escapeURL', function(route, id) { var path = Meteor.absoluteUrl() + Router.routes[route].path({_id: id}).substring(1); return encodeURIComponent(path); });