master
kek7198 2021-12-12 12:19:46 -06:00
parent 8c387f43cc
commit 3f1a720b50
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% set count = p.award_count("gingerbread") if p.award_count("gingerbread") < 10 else 10 %}
{% set count = p.award_count("gingerbread") * 2 if p.award_count("gingerbread") <= 5 else 10 %}
<div class="snowflakes">
{% for i in range(count) %}