1<Router AppAssembly="@typeof(App).Assembly">
2 <Found Context="routeData">
3 <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
6 <PageTitle>Not found</PageTitle>
7 <LayoutView Layout="@typeof(MainLayout)">
8 <p role="alert">Sorry, there's nothing at this address.</p>