mirror of
https://github.com/imfing/hextra.git
synced 2025-05-15 18:28:26 -04:00
10 lines
186 B
HTML
10 lines
186 B
HTML
![]() |
{{- $style := .Get "style" -}}
|
||
|
|
||
|
|
||
|
<div
|
||
|
class="grid sm:grid-cols-2 lg:grid-cols-3 grid-cols-1 gap-4 w-full"
|
||
|
{{ with $style }}style="{{ . | safeCSS }}"{{ end }}
|
||
|
>
|
||
|
{{ .Inner }}
|
||
|
</div>
|