{{#each records}}

  <tr>

    {{#each this}}

      <td>{{this}}</td>

    {{/each}}

  </tr>

{{/each}}
