Neos Plugin View Configuration

Hi,

I created a plugin using my site package. I can add the plugin to web pages. I tried to fix the output according to http://neos.readthedocs.io/en/stable/ExtendingNeos/CreatingAPlugin.html#fixing-plugin-output and http://flowframework.readthedocs.io/en/3.3/TheDefinitiveGuide/PartIII/ModelViewController.html#configuring-views-through-views-yaml

Below is the code in Packages/Sites/My.Package/Configuration/Views.yaml

requestFilter: 'isPackage(“My.Package”) && isController(“Homework”)'
options:
templateRootPaths:
“My.Package”: ‘resource://My.Package/Private/Templates/’

But I still got the complete HTML file for plugin output. Any help please?