mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
6 lines
171 B
HTML
6 lines
171 B
HTML
{{ $random := delimit (shuffle (seq 1 9)) "" }}
|
|
{{ $id := delimit (slice "gallery" $random now.UnixNano) "-" }}
|
|
|
|
<div id="{{ $id }}" class="gallery">
|
|
{{ .Inner }}
|
|
</div> |