rDrama/files/templates/events/DKD/music.html

9 lines
391 B
HTML

{% if not (SITE_NAME == 'WPD' and not v) and not (v and v.poor) and not (sub and sub.name == 'music') %}
{% if not song %}
{% set path = "assets/events/DKD/music" %}
{% set song = "/" ~ path ~ "/" ~ listdir('files/' ~ path)|random() ~ '?x=2' %}
<input hidden id="DKD-song" value="{{song}}">
{% endif %}
<script defer src="{{'events/DKD/js/music.js' | asset}}"></script>
{% endif %}