{#each layout.layout as layoutGroup}
{#if isWidgetSpanRow(layoutGroup) || isWidgetSpanColumn(layoutGroup)}
{:else if isWidgetSection(layoutGroup)}
{:else if isWidgetTable(layoutGroup)}
{:else}
Error: The widget layout that belongs here has an invalid layout group type
{/if}
{/each}