1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/client/templates/multipleCards.handlebars
2015-06-22 17:29:01 +02:00

6 lines
223 B
Handlebars

{{#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}}