{#each items as item} {@const label = getLabel(item)} {@const value = getValue(item)}
{label}
{value ?? '-'}
{/each}