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
| Parameter | Description |
|---|---|
container | Inner content width. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy. |
item_N_icon | Badge icon, up to 6. |
item_N_title | Badge title. |
item_N_desc | Badge description. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |