All checks were successful
Release Creation / build (release) Successful in 56s
14 lines
465 B
Handlebars
14 lines
465 B
Handlebars
<div class="item-to-chat">
|
|
<div class="intro-chat">
|
|
<h2>{{name}}</h2>
|
|
<ul>
|
|
<li><strong>Difficulty : </strong>{{system.difficulty}}</li>
|
|
<li><strong>Threshold : </strong>{{system.threshold}}</li>
|
|
<li><strong>Limit : </strong>{{system.limit}}</li>
|
|
<li><strong>Ingredients : </strong>{{system.ingredients}}</li>
|
|
<li><strong>N. Attempts : </strong>{{system.nbAttempts}}</li>
|
|
<li>{{{system.description}}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div> |