Discourse.UnknownRoute = Em.Route.extend({ model: function() { return Discourse.ajax("/404-body", {dataType: 'html'}); } });