<div class="FreestyleAnnotation {{if this.showNotes 'is-showing' 'is-hidden'}}" ...attributes>
  {{#if this.showNotes}}
    {{yield}}
  {{/if}}
</div>
