fvtt-mournblade/templates/post-item.html

9 lines
259 B
HTML
Raw Normal View History

2022-05-27 09:45:09 +02: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>
2022-09-20 08:57:40 +02:00
<p class="card-content">{{{system.description}}}</p>
2022-05-27 09:45:09 +02:00
</div>