8 lines
251 B
HTML
8 lines
251 B
HTML
|
<div class="post-item" data-transfer="{{transfer}}">
|
||
|
<h3><b>{{name}}</b></h3>
|
||
|
{{#if img}}
|
||
|
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
||
|
{{/if}}
|
||
|
<div>Effect {{name}} has ben used and removed from the available effects.</div>
|
||
|
</div>
|