diff --git a/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.html b/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.html
index c847f75e4f7b..e45fd8029e2d 100644
--- a/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.html
+++ b/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.html
@@ -1 +1,22 @@
-<%page expression_filter="h"/>
+
+
+
+
+
+ {% include 'notifications/digest_header.html' %}
+ |
+
+
+
+ {% include 'notifications/digest_content.html' %}
+ |
+
+
+
+ {% include 'notifications/digest_footer.html' %}
+ |
+
+
+
+
+
diff --git a/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.txt b/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.txt
index e45fd8029e2d..3bbe26faf772 100644
--- a/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.txt
+++ b/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/body.txt
@@ -1,22 +1 @@
-
-
-
-
-
- {% include 'notifications/digest_header.html' %}
- |
-
-
-
- {% include 'notifications/digest_content.html' %}
- |
-
-
-
- {% include 'notifications/digest_footer.html' %}
- |
-
-
-
-
-
+{{ digest_frequency }} Notifications Digest for {% if digest_frequency == "Weekly" %}the Week of {% endif %}{{ start_date }}
diff --git a/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/head.html b/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/head.html
index c847f75e4f7b..8d63916b7a49 100644
--- a/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/head.html
+++ b/openedx/core/djangoapps/notifications/templates/notifications/edx_ace/email_digest/email/head.html
@@ -1 +1,3 @@
-<%page expression_filter="h"/>
+
+{{ platform_name }}
+