{#if widgets.length === 0}
No widgets in this section.
{:else}
{#each widgets as widget (widget.id)}
{#if widget.type === 'app' && widget.app}
{:else}
{widget.type} widget
{/if}
{/each}
{/if}