Page: Content
This template is tailored for the content section of a web page, designed to provide a structured and customizable layout for displaying main 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
{% 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',
} %}
Last updated
Was this helpful?