{#if hasKickerRow}
{#if number} {number} {/if} {#if kicker} {kicker} {/if}
{/if} {#if title} {#each title.split('\n') as line, i}{#if i > 0}
{/if}{line}{/each}
{/if} {#if subtitle}

{subtitle}

{/if}
{#if hasAction}
{#if children} {@render children()} {:else} {/if}
{/if}