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

15 lines
241 B
HTML
Raw Permalink Normal View History

2021-04-13 14:01:22 +02:00
<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>