@use super::statics::*; @use crate::notification::Notification; @(user: Option, notification: Option, body: Content) pinussy @if let Some(notification) = notification {
@notification.message
} @:body()