// at the beginning Session.set("templateName", "alarm"); Template.body.helpers({ template_name: function() { return Session.get("templateName"); } });