mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-21 03:04:21 +00:00
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cardpiles.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.handlebars
modal.emreis_leader4.handlebars
modal.handlebars
modal.medic.handlebars
modal.redraw.handlebars
modal.side.handlebars
modal.winner.handlebars
notification.handlebars
preview.handlebars
index.html
new_public
public
server
site
test
.gitignore
Config.example..js
README.md
gulpfile.js
package.json
7 lines
263 B
Handlebars
7 lines
263 B
Handlebars
<i class="card-{{this.size}}-{{card.faction}} card-{{this.size}}-{{card.faction}}-{{card.img}}"></i>
|
|
<div class="preview-description {{#if previewB}}preview-b{{/if}}">
|
|
<p>{{card.name}}</p>
|
|
{{#each abilities as |val key|}}
|
|
<p>{{val}}</p>
|
|
{{/each}}
|
|
</div> |