class window.AppView extends Backbone.View el: '#application' template: JST['application/app_view'] initialize: -> controller = new Controller({app: this}) Backbone.history.start() render: => $(@el).html(@template()) this