@route({
        routes: [
          { path: ['', 'c11'], component: C11, title: 'C11' },
          { path: ['c12/:id', 'c12'], component: C12, title: 'C12' },
        ]