--- a/vendor/magento/framework/Filter/DirectiveProcessor/VarDirective.php   2024-06-10 15:09:11.398502480 +0530
+++ b/vendor/magento/framework/Filter/DirectiveProcessor/VarDirective.php   2024-06-10 16:10:10.574375828 +0530
@@ -54,7 +54,7 @@
         if (isset($construction['filters']) && strpos($construction['filters'], '|') !== false) {
             $result = $this->filterApplier->applyFromRawParam($construction['filters'], $result);
         }
-
+        $result = str_replace(['{', '}'], '', (string) $result);
         return $result;
     }
 
