{#if icon}
{@render icon()}
{:else}
{/if}
{title}
{#if message}
{message}
{/if} {#if actionLabel || secondaryActionLabel}
{#if secondaryActionLabel && onSecondaryAction}
{secondaryActionLabel}
{/if} {#if actionLabel && onAction}
{actionLabel}
{/if}
{/if}