Team Grid
team_grid renders four profile cards with image fallbacks, role text, short bios, and optional links.
When to Use
Use it for founder sections, service teams, advisory boards, expert rosters, or community pages.
Usage
{{ team_grid(title="Meet the team", member_1_name="Alex", member_1_role="Founder") }}Live Example
Team
Built by focused operators
Use image URLs when available or rely on clean initial fallbacks.
A…
Alex Rivera
Product
Turns strategy into shippable sections.
M…
Maya Chen
Design
Keeps the system minimal and precise.
J…
Jon Bell
Engineering
Protects performance and maintainability.
Parameters
| Parameter | Description |
|---|---|
container | Inner content width. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy. |
member_N_name | Member name, up to 4. |
member_N_role | Member role. |
member_N_bio | Short bio. |
member_N_avatar | Optional avatar image URL. |
member_N_href | Optional profile URL. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |