Content Placeholders / Replace Text on Page with Query String Parameters?
We're looking to set up a system that replaces placeholder text on a page based on passed query string parameters. For example, the authored content would look like -
The customer, {CUSTOMER_NAME} can be sold the product for {PRODUCT_PRICE}.
And those placeholder values could be swapped out in the jsp through the url query string parameters -
/content/site/page1?customer_name=Smith&product_price=6.99
I'm sure we could develop this ourselves fairly easily but i was wondering if there was anything out of the box that supported any kind of content placeholder/text replacement?
Thanks
