10 lines
204 B
HTML
10 lines
204 B
HTML
@if(notification$(); as notification) {
|
|
<div class="notification notification--{{notification.type}} notification--fade-in-out">
|
|
<p>{{ notification.message|upperfirst }}</p>
|
|
</div>
|
|
}
|
|
|
|
|
|
|
|
|