So I realize that this syntax is not correct but I could achieve this with other handlebars version, what's the Ember.js equivalent of this
{{#if isToday entry_day}}
Today
{{else}}
{{format-entry-date entry_day}}
{{/if}}