début des messages d'items
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user