All checks were successful
Release Creation / build (release) Successful in 56s
15 lines
452 B
Handlebars
15 lines
452 B
Handlebars
<div class="item-to-chat">
|
|
<div class="intro-chat">
|
|
<h2>{{name}}</h2>
|
|
|
|
<ul>
|
|
<li><strong>Domain : </strong>{{upperFirst system.domain}}</li>
|
|
<li><strong>Level : </strong>{{getRomanLevel system.level}}</li>
|
|
<li><strong>Time : </strong>{{system.time}}</li>
|
|
<li><strong>Range : </strong>{{system.range}}</li>
|
|
<li><strong>Target : </strong>{{system.target}}</li>
|
|
<li>{{{system.description}}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div> |