How do you render multiple templates with one route controller using iron-router?
问题 URL to current version of my project Here is the code for my project Background: I am making a blog using meteor and iron-router. I want to use a single controller for several different "category pages," which filter a list a blog articles in the yield region. The Problem: The article list does not get rerendered when the URL changes. I.e. the article list is not reactive. Interestingly, if I navigate back to the home page, the correct article list shows up. The Question: How do I make that