Files
old-tfm/app/client/app.js
2016-01-24 09:12:10 +01:00

9 lines
161 B
JavaScript

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