<CfbFormEditor
  @slug={{@model}}
  @onEditQuestion={{this.editQuestion}}
  @onCreateQuestion={{this.createQuestion}}
  @onAfterAddQuestion={{this.editQuestion}}
  @onAfterRemoveQuestion={{this.afterRemoveQuestion}}
  @onClickForm={{this.clickForm}}
>
  {{outlet}}
</CfbFormEditor>