renderTemplate (controller, model) public
Defined in packages/ember-routing/lib/system/route.js:1785
A hook you can use to render the template for the current route. This method is called with the controller for the current route and the model supplied by the model hook. By default, it renders the route's template, configured with the controller for the route. This method can be overridden to set up and render additional or alternative templates. App.PostsRoute = Ember.Route.extend({
rend