Comparison Table

comparison_table renders a bordered comparison table for positioning pages, alternative pages, and buyer enablement sections.

When to Use

Use it when a visitor is comparing options and needs a quick, scannable answer. Keep row labels concrete and avoid turning the table into a generic feature dump.

Usage

{{ comparison_table(
title="Why VaraPress",
primary_label="VaraPress",
secondary_label="Custom templates",
row_1_feature="Markdown composition",
row_1_primary="true",
row_1_secondary="false"
) }}

Live Example

A clearer way to launch

Use rows that map directly to buyer concerns.

Capability VaraPress Custom templates
Markdown composition
Bundled assets Manual setup

Parameters

ParameterDescription
containerInner content width. Use xs, sm, md, lg, xl, or full.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
primary_labelLabel for the primary comparison column.
secondary_labelLabel for the alternative comparison column.
row_N_featureFeature or capability name for row N.
row_N_primaryPrimary value for row N. Use true, false, or custom text.
row_N_secondarySecondary value for row N. Use true, false, or custom text.
bgSection background token. Usually base-100 or base-200.
classAdditional CSS classes on the outer section.