foundryvtt-reve-de-dragon/templates/post-item-service.html

9 lines
300 B
HTML
Raw Normal View History

2022-12-29 02:25:45 +01:00
<div class="post-item">
{{#if img}}
<img class="chat-icon" src="{{img}}" title="{{name}}" />
{{/if}}
2022-12-29 02:25:45 +01:00
<p>{{> 'systems/foundryvtt-reve-de-dragon/templates/common/compendium-link.hbs' pack=pack id=id name=name docType=docType}}</p>
<p class="card-content">{{{system.description}}}</p>
</div>