{{yield (hash header=(component "notifications/dialog/dialog-header" header=@header ) content=(component "notifications/dialog/dialog-content" content=this.content ) footer=(component "notifications/dialog/dialog-footer" dismissButtonText=@dismissButtonText confirmButtonText=@confirmButtonText toggleText=@toggleText onDialogToggle=(action this.onDialogToggle) onDismiss=(action this.onClose) onConfirm=(action this.onConfirm) ) ) }}