mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
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> |