Security Badges

security_badges renders uniform cards for trust claims without introducing decorative color.

When to Use

Use it for security, privacy, compliance, infrastructure, or reliability proof points.

Usage

{{ security_badges(title="Trust by default", item_1_icon="shield-check", item_1_title="Secure") }}

Live Example

Trust

Trust signals without noise

Keep claims structured and easy to scan.

Secure defaults

Clear structure and no external UI dependencies.

Private by design

Use static forms with explicit backend choices.

Portable output

Deploy generated files on standard static hosts.

Parameters

ParameterDescription
containerInner content width.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy.
item_N_iconBadge icon, up to 6.
item_N_titleBadge title.
item_N_descBadge description.
bgFull-width section background token.
classAdditional CSS classes on the outer section.