Files
mywildcloud-org/themes/blowfish/layouts/shortcodes/gallery.html
2025-06-09 16:52:15 -07:00

5 lines
135 B
HTML

{{ $id := delimit (slice "gallery" (partial "functions/uid.html" .)) "-" }}
<div id="{{ $id }}" class="gallery">
{{ .Inner }}
</div>