diff --git a/crates/rainbeam/templates/components/notification.html b/crates/rainbeam/templates/components/notification.html
index c071998..39a02cc 100644
--- a/crates/rainbeam/templates/components/notification.html
+++ b/crates/rainbeam/templates/components/notification.html
@@ -1,10 +1,6 @@
-
+
{{ shared::ui::render_markdown(notif.title)|safe }}
{{ notif.timestamp }}
diff --git a/crates/rainbeam/templates/components/response_title.html b/crates/rainbeam/templates/components/response_title.html
index b86133f..0a1cb1d 100644
--- a/crates/rainbeam/templates/components/response_title.html
+++ b/crates/rainbeam/templates/components/response_title.html
@@ -150,7 +150,6 @@
${anchor.innerHTML}`;
+ }
}