{{#if hasBlock}}
  {{yield}}
{{else}}
  <div class="{{if repeatedCell 'repeated-cell'}}">
    {{get row valueBindingPath}}
  </div>
{{/if}}
