{#if value} {@html iconography_current?.html} {:else}
{/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}