{#if props.caption} {props.caption} {/if} {#each columns as col} {col} {/each} {#each rows as row} {#each row as cell} {cell} {/each} {/each}