summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/gallery.html
blob: c01b48f8075fe6196671fcd38e66b26c33824b77 (plain)
1
2
3
4
5
{{ $id := delimit (slice "gallery" (partial "functions/uid.html" .)) "-" }}

<div id="{{ $id }}" class="gallery">
  {{ .Inner }}
</div>