FlowRouter is more modular compared to Iron Router.
Install FlowRouter
meteor add kadira:flow-router
Rendering a template
In particular, you must manually add a layout rendering package to link with your rendering engine:
Blaze Layout for Blaze: meteor add kadira:blaze-layout
React Layout ...