{#if showInitialSkeleton && skeleton}
{@render skeleton()}
{:else}
{#snippet children(scope)} {@render children(scope)} {/snippet}
{#if showCatchupSkeleton && skeleton}
{@render skeleton()}
{/if} {/if}