This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
foundryvtt-beam-saber/templates/chat/chat-item.html
2023-07-19 09:55:24 +03:00

18 lines
No EOL
267 B
HTML

<div class="blades chat-item">
<div>
<div>
<h3>
{{name}}
</h3>
</div>
{{#if img}}
<img src="{{img}}" title="{{name}}" />
{{/if}}
{{#if system.description}}
{{{system.description}}}
{{/if}}
</div>
</div>