{{#let (element this.tagName) as |Tag|}}
  <Tag id={{@guid}} ...attributes {{this.ariaDescribedby @dialogGuid}}>
    {{yield (hash isOpen=@isOpen)}}
  </Tag>
{{/let}}