2016-01-24 09:12:10 +01:00
|
|
|
// at the beginning
|
2017-05-21 17:51:45 +02:00
|
|
|
Session.set("templateName", "alarm");
|
2015-12-27 06:26:48 +01:00
|
|
|
|
2016-01-24 09:12:10 +01:00
|
|
|
Template.body.helpers({
|
|
|
|
|
template_name: function() {
|
|
|
|
|
return Session.get("templateName");
|
|
|
|
|
}
|
|
|
|
|
});
|