How to declare and acces global variables in Meteor.<template>.events?

I have a requirement to use global variables which will be useful for multiple events. Meteor..events is just to declare the events currently i used Meteor..onRendered for the same but for events used jquery. Need to move this event triggers of Jquery to Meteor Template style. But need to use the global variables.