All checks were successful
Release Creation / build (release) Successful in 59s
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 : {{system.difficulty}}</strong></li>
|
|
<li><strong>Threshold : {{system.threshold}}</strong></li>
|
|
<li><strong>Limit : {{system.limit}}</strong></li>
|
|
<li><strong>Ingredients : {{system.ingredients}}</strong></li>
|
|
<li><strong>N. Attempts : {{system.nbAttempts}}</strong></li>
|
|
<li>{{{system.description}}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div> |