This causes hasBlock to be true inside the avatar-image.{hbs|embl} when it should not be
%AvatarImage @url=this.session.currentUser.avatarCloudFile.downloadUrl @name=this.session.currentUser.name
= this.session.currentUser.shortName
If I use the older syntax, it seems to work
= avatar-image url=this.session.currentUser.avatarCloudFile.downloadUrl name=this.session.currentUser.name
= this.session.currentUser.shortName