Implementations diverses

This commit is contained in:
2021-04-13 14:01:22 +02:00
parent a898f4ce5a
commit 8170c1d407
18 changed files with 317 additions and 443 deletions

View 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>