blowfish/layouts/shortcodes/gallery.html

5 lines
135 B
HTML
Raw Permalink Normal View History

2024-01-12 18:24:45 -06:00
{{ $id := delimit (slice "gallery" (partial "functions/uid.html" .)) "-" }}
2023-01-16 02:21:46 -06:00
<div id="{{ $id }}" class="gallery">
2023-01-16 02:21:46 -06:00
{{ .Inner }}
</div>