{#if value} {@html iconography_current?.html} {:else} {@html plus_circle_icon} {/if}
{#each expressions as section}
{#each section.expressions as expr} {@const iconography = expression_icon(expr)}
handle_expression_button_click(expr)} title={iconography.label} type="button" > {@html iconography.html}
{/each}
{/each}