@if (notification) {

{{ notification.userName }}

@switch (notification.type) { @case ('MENTION') { mentioned you in a woot } @case ('LIKE') { liked one of your woots } @case ('FOLLOW') { now follows you! } @case ('REWOOT') { rewooted one of your woots } @case ('QUOTE') { quoted you in a woot } @case ('EMOJIREACT') { reacted to your woot } @case ('USERBITE') { bit you! } @case ('POSTBITE') { bit one of your woots } } @if (notification.type !== 'FOLLOW' && notification.type !== 'USERBITE') {
@if (notification.fragment) { }
}
}