diff --git a/shared/sx/helpers.py b/shared/sx/helpers.py index 05e29b9..a2bf9b9 100644 --- a/shared/sx/helpers.py +++ b/shared/sx/helpers.py @@ -764,7 +764,7 @@ def sx_page(ctx: dict, page_sx: str, *, component_defs=component_defs, styles_hash=styles_hash, styles_json=styles_json, - pages_sx=pages_sx.replace("{", "{{").replace("}", "}}"), + pages_sx=pages_sx, page_sx=page_sx, sx_css=sx_css, sx_css_classes=sx_css_classes,