14 lines
283 B
HTML
14 lines
283 B
HTML
<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>
|