This commit is contained in:
Erwan Lemaire
2025-05-02 13:19:49 +02:00
parent 5889a8111d
commit c35e93975b
14 changed files with 111 additions and 94 deletions
+7 -4
View File
@@ -1,8 +1,11 @@
<header class="flexrow align-center">
<img src="{{img}}" alt="image de {{name}}">
<h3>{{name}}</h3>
<img
src="{{item.img}}"
alt="image de {{item.name}}"
>
<h3>{{item.name}}</h3>
</header>
<section class="item-desc">
<p>{{{ system.description}}}</p>
</section>
<p>{{{ item.system.description }}}</p>
</section>