Implementations diverses
This commit is contained in:
14
templates/chat-generic-result.html
Normal file
14
templates/chat-generic-result.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user