{#if collapsible}
expanded = !expanded}>
Market Context
{expanded ? '▲' : '▼'}
{/if} {#if expanded}
{#each cards as c}
{c.label}
?
{c.tip}
{c.value}
{/each}
{/if}