var SiteRouter = Router.extend({ el: "body", routes: { "/": 'index', }, initialize: function(){ this.route() }, index: function(){ }, })