Files

9 lines
161 B
JavaScript
Raw Permalink Normal View History

// at the beginning
2017-05-21 17:51:45 +02:00
Session.set("templateName", "alarm");
Template.body.helpers({
template_name: function() {
return Session.get("templateName");
}
});