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