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

9 lines
381 B
HTML
Raw Normal View History

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