---
title: "In Flow page Example"
description: "Extracted example from ctx.route"
---

# ctx.route

## In Flow page

```tsx
<div>
  <h1>Current page - {ctx.route.pathname}</h1>
  <p>Route id: {ctx.route.params?.name}</p>
</div>
```
