# Live Preview

A boolean for whether the current page is being viewed in [Live Preview](/live-preview.md).

```antlers
{{ if live_preview }}
    <div>If you are seeing this, you're in Live Preview 😎</div>
{{ /if }}
```
