{#if open}
{#if customImage}
{#if customImage.endsWith('.svg')} {@html customImage} {:else} Notification image {/if}
{:else if icon}
{icon}
{/if}
{message}
{#if buttons.length > 0}
{#each buttons as button} {#if button.href} {#if button.icon} {button.icon} {/if} {button.text} {:else} {/if} {/each}
{/if}
{/if}