I'm looking to see if it is possible to get a string of HTML from a service and execute the sightly parser on that string. We have a service layer that returns HTML and I'd like to be able to have sightly markup within that HTML for processing. For example using i18n ${'key', @i18n}.
I've tried wrapping the HTML returned in a sightly template and then calling it within my sightly component but unfortunately it did not work.