{{#if headers}} {{#if flatTable}} {{#each columnNames}} {{kebabToTitleCase this}} {{/each}} {{else}} Key Value {{/if}} {{/if}} {{#if flatTable}} {{#each rows}} {{#each ../columnNames}} {{lookup ../data this}} {{/each}} {{/each}} {{else}} {{#each rows}} {{> row-template.html this}} {{/each}} {{/if}}