framework.route('/products/*', function() {
var self = this;
self.plain(self.uri.pathname);
});
// try:
// http://127.0.0.1:8000/products/
// http://127.0.0.1:8000/products/next/
// http://127.0.0.1:8000/products/next/next/
// http://127.0.0.1:8000/products/next/next/next/
/*auto*/
div { background:linear-gradinet(-90deg, white, #E0E0E0); }