Access parent template data with Flow Router
问题 I switched to Flow Router and I have a problem. how can I access the parent template data? with Iron Router the data was coming from router and was available inside the template, so if I wanted to access a parent data Template.parentData() was working. But in Flow Router the data is not coming from router, it comes from helpers and Template.parentData() doesn't have the data in it anymore! <template name="myTemplate"> {{#if Template.subscriptionsReady}} {{> showPost parentPost }} {{> newPost