> 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/region.md).

# Region

A region in Drupal is a designated area on a web page where content can be displayed. These regions act as containers for various elements, such as blocks, menus, and other content modules.

### Usage

```twig
{% include 'radix:region' with {
  attributes: attributes.setAttribute('class', ['custom-class']),
  children: rendered_region_content,
} %}
```
