I understand that you need to use this.data to access the data context. However, this only works if you wrap the template with {{#with}} or other wrappers. What if you have access to this data in the template through something like an iron router. Now that this template is being rendered, I need access to this data. How should I do it?
source
share