Resource Cards
resource_cards renders a clean grid for related content and next-step resources.
When to Use
Use it at the end of pages to direct readers to docs, articles, downloads, or playbooks.
Usage
{{ resource_cards(title="Keep reading", item_1_type="Guide", item_1_title="Setup") }}Live Example
Keep building
Point visitors to practical next steps.
Parameters
| Parameter | Description |
|---|---|
container | Inner content width. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy. |
item_N_type | Resource type label, up to 4. |
item_N_title | Resource title. |
item_N_desc | Resource description. |
item_N_href | Resource URL. |
item_N_meta | Optional link metadata text. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |