Ember and Server Side Isomophic Model

Hello,

Currently my web application has a server-side view that is generated and then additional small components are rendered out by way of es6 and Handlebars. What I’m trying to do is continue using the server-side views but only use it for the critical pieces are rendered out and then use Ember to after-the-fact render the rest. A true isomorphic model. From what I can see Ember seems to be suited more toward development where no back-end is needed: just Ember and possibly some APIs for additional data.

Is it possible to integrate Ember into an isomorphic model where it works in tandem with server-side views?