{#each records as record}

{record.name}

{#each Object.keys(record) as key}
{key}

{record[key]}

{/each}
{/each}