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