1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
royalnet/templates/minis/halloween.html
2018-10-03 00:24:05 +02:00

15 lines
462 B
HTML

<div class="game-panel">
<div class="game-grid halloweenmini">
<div class="player">
<span class="player-name">Rituale di Halloween</span>
</div>
<div class="game-title stars">
Lune ottenute
</div>
<div class="game-score stars">
{% for index in range(record.pieces_completed()) %}
<i class="fas fa-moon"></i>
{% endfor %}
</div>
</div>
</div>