/* /Layout/MainLayout.razor.rz.scp.css */
<Router AppAssembly="@typeof(Program).Assembly">
  <Found Context="routeData">
    <RouteView RouteData="@routeData" DefaultLayout="typeof(web.holidaydo.blazer.Layout.MainLayout)" />
    <FocusOnNavigate RouteData="@routeData" Selector="h1" />
  </Found>
  <NotFound>
    <LayoutView Layout="typeof(web.holidaydo.blazer.Layout.MainLayout)">
      <p>Sorry[b-y7xapmt4a3], there's nothing at this address.</p>
    </LayoutView>
  </NotFound>
</Router[b-y7xapmt4a3]>
