mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 15:05:38 -06:00
6 lines
No EOL
171 B
HTML
6 lines
No EOL
171 B
HTML
{{ $random := delimit (shuffle (seq 1 9)) "" }}
|
|
{{ $id := delimit (slice "gallery" $random now.UnixNano) "-" }}
|
|
|
|
<div id="{{ $id }}" class="gallery">
|
|
{{ .Inner }}
|
|
</div> |