Allow contentRenderer render() method to return any type
Description
Not all content returned from the render() method is necessarily a string: especially if you are rendering content for data output (might be a struct, array etc.)
So the render() method signature should allow any type to be returned.