I have a simple iron-router config in my /lib/router.coffee:
Router.configure notFoundTemplate: \"notFound\" Router.map -> @route \"app\", path:
Try adding a default layoutTemplate in your call to Router.configure(). notFoundTemplate is designed to populate the yield of a main layout template, rather than serve as a replacement layoutTemplate.