> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Page Break

> Start content on a new page when printing or generating PDFs

## Examples

### Basic Page Break

```liquid theme={null}
Content before page break.

{% page_break /%}

Content that appears on the next page.
```

## Attributes

This component has no attributes.
