{{#if visible}}
  <tr class="lt-row {{html-safe classes}}">
    <td colspan={{colspan}}>
      {{yield yield}}
    </td>
  </tr>
{{/if}}
