{#if notification.type == NotificationType.Error}{$t('error')} {:else if notification.type == NotificationType.Warning}{$t('warning')} {:else if notification.type == NotificationType.Info}{$t('info')}{/if}

{#if notification.html} {@html notification.message} {:else} {notification.message} {/if}

{#if notification.button}

{/if}