If I have a flow plugin TYPO3.NeosDemoTypo3Org:MyQuotesPlugin and I want to render the return value of the method 'quoteOfTheDayAction' which is implemented in my ActionController, how can I do that in my page template?
With Typo3 I would do it like this:
page = PAGE
page.10 < plugin.tx_myqoutesplugin_pi1
How can I do this with neos and fluid?
Thanks for your help!!