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
{% include 'radix:region' with {
attributes: attributes.setAttribute('class', ['custom-class']),
children: rendered_region_content,
} %}
Last updated
Was this helpful?