1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-21 03:04:21 +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
modal.winner.handlebars
preview.handlebars
index.html
public
server
site
test
.gitignore
gulpfile.js
package.json
not-gwent-online/client/templates/preview.handlebars
2015-06-25 21:34:51 +02:00

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>