This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fvtt-warhero/templates/post-item.html

9 lines
259 B
HTML
Raw Normal View History

2023-01-04 21:24:56 +01:00
<div class="post-item" data-transfer="{{transfer}}">
<h3><b>{{name}}</b></h3>
{{#if img}}
<img class="chat-img" src="{{img}}" title="{{name}}" />
{{/if}}
<h4><b>Description : </b></h4>
2023-02-14 13:46:59 +01:00
<p class="card-content">{{{system.description}}}</p>
2023-01-04 21:24:56 +01:00
</div>