<. include!("../../components/headers/index.html"); .> <. include!("../navbar/index.html"); .>
<. include!("../header/index.html"); .>

    Your Notifications

    <. for notification in n.iter() { .>
  • <.= notification.heading .>

    From: <.= notification.name .>

    Received: <.= notification.received .>

    Message: <.= notification.message .>

    <. } .>
<. include!("../../components/footers.html"); .>