Files
old-tfm/app/client/app.js

9 lines
161 B
JavaScript
Raw 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");
}
});