diff --git a/templates/index.html.tera b/templates/index.html.tera
index 8bcb4f9..95a1bb7 100644
--- a/templates/index.html.tera
+++ b/templates/index.html.tera
@@ -22,7 +22,7 @@
{{ notification.category }} • {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M",) }}
-
{{ notification.message }}
+ {{ notification.message | safe}}
{% if not notification.read_at %}
@@ -47,7 +47,7 @@
{{ notification.category }} • {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M") }}
-
{{ notification.message }}
+
{{ notification.message | safe}}
{% endif %}
{% endfor %}