# EntityPage.Content

**Category:** Base Components/Pages/Entity Page

## API

### Overview

A layout slot for the body of an [`EntityPage`](./?path=/story/base-components-pages-entity-page--entitypage). Wraps `` and optionally `` to create the two-column layout.

```tsx
import { EntityPage } from '@wix/patterns/page';
```

### Usage

This component acts as a container for [EntityPage.MainContent](./?path=/story/base-components-pages-entity-page--entitypage-maincontent) and [EntityPage.AdditionalContent](./?path=/story/base-components-pages-entity-page--entitypage-additionalcontent) components. For examples of how this component is used, please refer to the [EntityPage](./?path=/story/base-components-pages-entity-page--entitypage&tab=Examples) examples.

### Props

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `children` | `ReactNode` | Yes | - | <EntityPage.MainContent> and, if needed, <EntityPage.AdditionalContent> elements |

