{@render children()} {#if show && entries.length > 0}
{#each entries as [key, value]} {/each}
{key} {value}
{/if}