forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/events/fistmas/awards.html

25 lines
820 B
HTML

<div class="awards-container">
{% for i in range(p.award_count("gingerbread", v)) %}
<div class="fall-gingerbread">
<img src="{{SITE_FULL_IMAGES}}/e/marseygingerbread2.webp" class="animate-spin" alt="animate marsey gingerbread icon">
</div>
{% endfor %}
{% if p.award_count("snow", v) %}
<script defer src="{{'events/fistmas/js/vendor/snow.js'|asset}}"></script>
{% endif %}
{% if p.award_count("frostbite", v) %}
<div class="frost"></div>
<link rel="stylesheet" href="{{('events/fistmas/css/frostbite.css') | asset}}">
{% endif %}
</div>
{% if p.award_count("lights", v) %}
<link rel="stylesheet" href="{{('events/fistmas/css/lights.css') | asset}}">
{% endif %}
{% if p.award_count("fireplace", v) %}
<link rel="stylesheet" href="{{('events/fistmas/css/fireplace.css') | asset}}">
{% endif %}