2023-09-26 08:15:31 +01:00
|
|
|
{{- $style := .Get "style" -}}
|
|
|
|
|
|
|
|
|
|
|
|
<div
|
2023-10-29 11:19:31 -04:00
|
|
|
class="grid sm:grid-cols-2 lg:grid-cols-3 grid-cols-1 gap-4 w-full not-prose"
|
2023-09-26 08:15:31 +01:00
|
|
|
{{ with $style }}style="{{ . | safeCSS }}"{{ end }}
|
|
|
|
>
|
|
|
|
{{ .Inner }}
|
|
|
|
</div>
|