Hiya,
Is there anything like Modulo in Klaviyo/Django?
Something like this:
{% capture timeSeed %}{{ 'now' | date: "%s" }}{% endcapture %}{% assign random = timeSeed | modulo: 3 %}
The code uses the time to create a random number.
Thanks for your help.

