début des messages d'items

This commit is contained in:
rwanoux
2024-11-26 12:48:27 +01:00
parent 1327f92f41
commit dc621f2223
36 changed files with 449 additions and 124 deletions
+13
View File
@@ -0,0 +1,13 @@
<div class="item-card" data-item-id="{{item.id}}">
{{log @root}}
<header class="flexrow align-center">
<img src="{{img}}" alt="image de {{item.name}}">
<h3>{{item.name}}</h3>
</header>
<section class="item-desc">
<p>{{{ item.system.description}}}</p>
</section>
</div>