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

9 lines
161 B
JavaScript
Raw Permalink Normal View History

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