> For the complete documentation index, see [llms.txt](https://docs.trydrupal.com/radix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trydrupal.com/radix/components/page-content.md).

# Page: Content

### Key Features

* **Content Area Styling**: Includes pre-set and customizable classes to style the main content area.
* **Header and Content Blocks**: Features dedicated blocks for page headers and content, allowing for easy customization and content management.
* **Utility Class Support**: Supports the integration of utility classes for additional styling flexibility.

### Customization Options

* **Main Content Classes**: Customize the styling of the main content area with CSS classes and utility classes.
* **Modular Content Blocks**: Utilize blocks for headers and inner content, offering flexibility in designing and structuring the content layout.

### Usage

```twig
{% include 'radix:page-content' with {
  content_attributes: content_attributes.setAttribute('class', ['custom-class']),
  page_main_utility_classes: ['utility-class'],
  page_header_container_type: false,
  page_header_container_utility_classes: ['my-5'],
  page_content_container_type: 'xxl',
} %}
```
