I have been researching a bit and cant seem to come up with a good way of doing this. I have a response that returns something like this:
"name": "another test",
"description": "para hacer el aseo",
"content": "<p>Dear {{customer.firstname}} {{customer.lastname}}, bla bla bla</p>,
"id": 6
I have the first name and last name from another response. How do I render the html that comes in content and replace the placeholders with the name and last name I have?
Thank you as always any help will be greatly appreciated.