All checks were successful
Release Creation / build (release) Successful in 59s
12 lines
334 B
Handlebars
12 lines
334 B
Handlebars
<div class="item-to-chat">
|
|
<div class="intro-chat">
|
|
<h2>{{name}}</h2>
|
|
<ul>
|
|
<li><strong>{{system.flavorText}}</strong></li>
|
|
<li><strong>Role : {{upperFirst system.role}}</strong></li>
|
|
<li><strong>Level : {{getRomanLevel system.level}}</strong></li>
|
|
<li>{{{system.description}}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div> |