blowfish/layouts/shortcodes/gallery.html
2024-01-13 01:24:45 +01:00

5 lines
No EOL
135 B
HTML

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