diff --git a/packages/global/templates/website-section/super-category.marko b/packages/global/templates/website-section/super-category.marko
index bfd550c0f..90c69e0bb 100644
--- a/packages/global/templates/website-section/super-category.marko
+++ b/packages/global/templates/website-section/super-category.marko
@@ -101,8 +101,8 @@ $ const queryParams = {
obj={ name }
attrs={ style: "padding-top: 20px" }
>
- 1)>${value}: ${i18n("Page")} ${p.page}
- ${value}
+ 1)>$!{value}: ${i18n("Page")} ${p.page}
+ $!{value}
- 1)>${value}: ${i18n("Page")} ${p.page}
- ${value}
+ 1)>$!{value}: ${i18n("Page")} ${p.page}
+ $!{value}
diff --git a/sites/cpgnext.com/server/templates/website-section/index.marko b/sites/cpgnext.com/server/templates/website-section/index.marko
index f247ac949..42c352287 100644
--- a/sites/cpgnext.com/server/templates/website-section/index.marko
+++ b/sites/cpgnext.com/server/templates/website-section/index.marko
@@ -48,8 +48,8 @@ $ const actionText = i18n("signing up to receive your email notifications");
- 1)>${value}: Page ${p.page}
- ${value}
+ 1)>$!{value}: Page ${p.page}
+ $!{value}
diff --git a/sites/healthcarepackaging.com/server/templates/website-section/news.marko b/sites/healthcarepackaging.com/server/templates/website-section/news.marko
index 0ab1e2f6a..0a043c451 100644
--- a/sites/healthcarepackaging.com/server/templates/website-section/news.marko
+++ b/sites/healthcarepackaging.com/server/templates/website-section/news.marko
@@ -52,8 +52,8 @@ $ const actionText = i18n("signing up to receive your email notifications");
obj=section
modifiers=[section.alias]
>
- 1)>${value}: Page ${p.page}
- ${value}
+ 1)>$!{value}: Page ${p.page}
+ $!{value}