For websites using Meteor, is IronRouter the recommended router? https://github.com/iron-meteor/iron-router
I have been looking around IronRouter and it is unclear if you’re supposed to just throw all the various views into one big HTML file. I’d prefer to have something like
/views
index.html
faq.html
contact.html
_layout.html (this contains the header and footer and any other JS like Google Analytics)
Is there a good blog post or something I can read about this to learn more?