### Features

#### Better prev and next navigation in section

Variables `page.prev` and `page.next` now contains the page item, so it's easier to access of all properties of the page.

For example:

```twig
<a href="{{ url(page.prev) }}">{{ page.prev.title }}</a>
```

[Documentation →](/documentation/templates/#page-prev-next)

### Fix

- The template filter `filter_by` must return `type::page` only
