mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-21 03:04:21 +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
modal.winner.handlebars
preview.handlebars
index.html
public
server
site
test
.gitignore
gulpfile.js
package.json
7 lines
187 B
Handlebars
7 lines
187 B
Handlebars
<img src="../assets/cards/{{card.img}}.png" height="450">
|
|
<div class="preview-description">
|
|
<p>{{card.name}}</p>
|
|
{{#each abilities as |val key|}}
|
|
<p>{{val}}</p>
|
|
{{/each}}
|
|
</div> |