tw-runner
Version:
Run and manage Tower Website projects with this utility.
16 lines (15 loc) • 462 B
HTML
<ul class="grid gap-4 sm:grid-cols-2 sm:grid-flow-row">
{{ range . }}
<li class="relative">
{{ partial "image/image-local.html" (dict "page" . "styles" "" "alt" .Params.imageDescription) }}
{{ partial "image/responsive-bg.html" (dict
"page" .
"styles" "col-span-3 p-0 h-full"
"opacity" "0.8"
"content" .Summary
"cta" "See More"
"ctaStyles" "btn-primary-highlight btn-sm text-sm"
) }}
</li>
{{ end }}
</ul>