Features Grid

features_grid renders compact feature cards with optional icons, badges, and links.

When to Use

Use it when each feature has similar importance and similar copy length. It is ideal for landing page benefit sections.

Usage

{{ features_grid(
title="Everything you need",
item_1_icon="zap",
item_1_title="Fast",
item_1_desc="Static output with minimal JavaScript."
) }}

Live Example

Everything you need

Fast

Static output with minimal JavaScript.

Structured

Design-system tokens keep pages consistent.

Composable

Build pages from focused sections.

Parameters

ParameterDescription
containerInner content width for the feature grid.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
columnsDesktop column count. Use 2, 3, or 4.
item_N_iconOptional icon for feature N.
item_N_titleFeature title for item N.
item_N_descFeature description for item N.
item_N_badgeOptional badge text for item N.
item_N_hrefOptional link URL for item N.
item_N_linkOptional link label for item N.
bgFull-width section background token.
classAdditional CSS classes on the outer section.