blowfish/layouts/shortcodes/gallery.html

5 lines
135 B
HTML
Raw Normal View History

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