framework.route('/new', new, ['authorize', 'xhr', 'post']);
framework.route('/', home); framework.route('/', homeLogged, ['authorize']); //now must be declared first
npm install total.js