1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-24 11:14:20 +00:00
Files
assets
client
css
js
scss
templates
battle.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.handlebars
modal.handlebars
modal.medic.handlebars
modal.redraw.handlebars
preview.handlebars
index.html
public
server
site
test
.gitignore
gulpfile.js
package.json
not-gwent-online/client/templates/cards.handlebars
2015-06-22 17:29:01 +02:00

3 lines
144 B
Handlebars

<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
<img src="../assets/cards/{{_data.img}}.png">
</div>