> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{pageUrl}} helper

- URL: https://getpublii.com/dev/pageurl-helper/
- Published: 2017-08-04T22:22:34.137Z
- Updated: 2024-02-08T11:47:12.821Z
- Description: (Used in pagination) Helper for creating pagination URLs. Syntax: {{pageUrl @pagination.context NUMBER}} Example: {{pageUrl @pagination.context 4}} Example output: https://example.com/page/4
- Author: Tomasz Dziuda
- Tags: Helpers

*(Used in pagination)*

Helper for creating pagination URLs.

Syntax:

```handlebars
{{pageUrl @pagination.context NUMBER}}
```

Example:

```handlebars
{{pageUrl @pagination.context 4}}
```

Example output:

```handlebars
https://example.com/page/4
```
