{{#if enableClicking}}
  <a href="#" {{action "acceptForDrop"}}>
    {{yield}}
  </a>
{{else}}
  {{yield}}
{{/if}}
