Generating a unique number or string

Warning: if called multiple times in a single page, this will return the same value each time.

Here’s what I used:

{{ $id := delimit (shuffle (seq 1 9)) "" }}
3 Likes