fvtt-vadentis/templates/chat-generic-result.html

15 lines
241 B
HTML

<img class="chat-icon" src="{{img}}" alt="{{name}}" />
<h4>
{{title}}
</h4>
<div>
{{{msg}}}
<div>
{{#if critique}}
<img class="chat-icon" src="{{imgcritique}}" alt="critique" />
{{msgCritique}}
{{/if}}
</div>
</div>