Routing
home_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _title | "Home" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | route_2 | /this-is-a-test-content/school-guidelines | Path does not match |
| 2 | admissions_programmes | /programmes | Path does not match |
| 3 | 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.