rDrama/files/templates/CHRISTMAS/awards/Christmas/Gingerbread.html

9 lines
381 B
HTML

{% set count = p.award_count("gingerbread") * 2 if p.award_count("gingerbread") <= 10 else 20 %}
<div class="snowflakes">
{% for i in range(count) %}
<div class="snowflake pointer-events-none">
<img src="/assets/CHRISTMAS/ginger2-1.png" class="animate-spin object-contain" style="width: 40px; height: 40px;" alt="animate marsey gingerbread icon"/>
</div>
{% endfor %}
</div>