mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
add proper templates
This commit is contained in:
3
client/templates/cards.handlebars
Normal file
3
client/templates/cards.handlebars
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
|
||||
<img src="../assets/cards/{{_data.img}}.png">
|
||||
</div>
|
Reference in New Issue
Block a user