+ {#each layout.layout as layoutGroup, index (index)}
+ {#if isWidgetColumn(layoutGroup) || isWidgetRow(layoutGroup)}
+
+ {:else if isWidgetSection(layoutGroup)}
+
+ {:else}
+ Error: The widget row that belongs here has an invalid layout group type
+ {/if}
+ {/each}
+