{{#each this.notifications.content as |notification|}}
    <NotificationMessage @notification={{notification}} />
{{/each}}
