mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-11 02:41:07 +00:00
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
6 lines
285 B
Handlebars
6 lines
285 B
Handlebars
{{#each this}}
|
|
<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
|
|
{{#if diff}}<span class="card-attr-power {{#if diffPos}}card-attr-positive{{/if}}">{{diff}}</span>{{/if}}
|
|
<img src="../assets/cards/{{_data.img}}.png">
|
|
</div>
|
|
{{/each}} |