forked from drowl87/hextra_mirror
6 lines
148 B
HTML
6 lines
148 B
HTML
{{ $rows := .Get "rows" | default "3" }}
|
|
|
|
<div class="hextra-cards mt-4 gap-4 grid not-prose" style="--rows: {{ $rows }};">
|
|
{{- .Inner -}}
|
|
</div>
|