{{#let (element this.tagName) as |Tag|}}
  <Tag id={{@guid}} role='button' ...attributes {{on 'click' this.handleClick}}>
    {{yield (hash isOpen=@isOpen)}}
  </Tag>
{{/let}}