Initial commit

This commit is contained in:
2022-07-19 23:16:03 +02:00
parent 572ecfd0c4
commit 2b95821c84
91 changed files with 7643 additions and 1 deletions

8
templates/post-item.html Normal file
View File

@ -0,0 +1,8 @@
<div class="post-item" data-transfer="{{transfer}}">
<h3><b>{{name}}</b></h3>
{{#if img}}
<img class="chat-img" src="{{img}}" title="{{name}}" />
{{/if}}
<h4><b>Description : </b></h4>
<p class="card-content">{{{data.description}}}</p>
</div>