mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-11 02:41:07 +00:00
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.handlebars
modal.handlebars
modal.medic.handlebars
modal.redraw.handlebars
modal.side.handlebars
modal.winner.handlebars
notification.handlebars
preview.handlebars
index.html
public
server
site
test
.gitignore
gulpfile.js
package.json
3 lines
180 B
Handlebars
3 lines
180 B
Handlebars
<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
|
|
<i class="card-sm-{{_data.faction}} card-sm-{{_data.faction}}-{{_data.img}}"></i>
|
|
</div> |