1 2 3 4 5 6 7 8 9
Template.header.helpers({ wrappedHeader() { return !Session.get('currentBoard'); }, }); Template.header.events({ 'click .js-create-board': Popup.open('createBoard'), });