Files
old-tfm/app/client/app.js
2016-10-30 08:45:53 +01:00

9 lines
161 B
JavaScript

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