``` <div data-bind="page: {id: 'admin'}"></div> <!-- The page below match anything except 'admin' --> <div data-bind="page: {id: '?'}"></div> ```