We need users to be able to render simple templates using Zend\View component.
The implementation should return a string from the controller action which will be executed as the HTTP body.
Bonus points: You return an instance of Zend\View\ModelInterface from the controller action and then tell it to render.