Demo1: Conditional rendering, The `children` in the layout are actually an implicit slot, so `app/page.tsx` is equivalent to `app/@children/page.tsx`.
Demo2Demo2: Each route defines independent error `handling(error.tsx)` and `loading(loading.tsx)` pages.
Demo3Parallel routing is the same as routing groups, and will not affect the URL. The URL corresponding to `@analytics/page-views/page.tsx` is `/page-views`