{{ $rows := .Get "rows" | default "3" }}
<div class="hextra-cards hx-mt-4 hx-gap-4 hx-grid not-prose" style="--rows: {{ $rows }};">
{{- .Inner -}}
</div>