Is it possible to render a partial view in Geddy.js without rendering the entire HTML page layout?
self.respond(model, {layout: false, template: 'app/views/users/_list'});
I've tried to do this with no success. (Although the documentation says: "layout [false]: a flag to not use a layout file")