Routing
home_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _title | "Home" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | route_59 | /services/corporate-events/managed-investment-portfolio | Path does not match |
| 2 | route_61 | /services/corporate-events/pensions-occupational-scheme-management | Path does not match |
| 3 | route_62 | /careers/vacancy/portfolio-analyst | Path does not match |
| 4 | route_63 | /careers/vacancy | Path does not match |
| 5 | route_64 | /careers/vacancy/accounts-officer | Path does not match |
| 6 | home_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.