Supports images or placeholder panels
Works in either visual order
Keeps card padding compact on mobile
content_split is a flexible section for any copy-plus-visual landing page moment.
Use it for product explanations, feature deep-dives, service descriptions, and image-supported claims.
{{ content_split(title="Explain the system", bullet_1="Simple", bullet_2="Responsive") }}Flexible
Pair narrative copy with either a real image or a neutral system panel.
Supports images or placeholder panels
Works in either visual order
Keeps card padding compact on mobile
Fallback visuals keep pages usable before final imagery is ready.
| Parameter | Description |
|---|---|
container | Inner content width. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy. |
image_src | Optional visual image URL. |
image_alt | Optional image alt text. |
panel_title | Fallback panel title. |
panel_desc | Fallback panel description. |
bullet_N | Bullet items, up to 4. |
action_N_text | Optional button labels. |
action_N_url | Optional button URLs. |
reverse | Use true to place visual first. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |