Template.chat_message.helpers({ author: function () { console.log('chat message, this', this); return "someone"; } });