mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
5 lines
No EOL
223 B
Handlebars
5 lines
No EOL
223 B
Handlebars
<div class="daggerheart dh-style tooltip card-style">
|
|
<h2 class="tooltip-title">{{item.name}}</h2>
|
|
<img class="tooltip-image" src="{{item.img}}" />
|
|
<div class="tooltip-description">{{{description}}}</div>
|
|
</div> |