You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/src/assets/views/card-category.mustache

10 lines
312 B
Plaintext

<html lang="en">
<div>
<div id="{{{category-clean}}}-collapser" style="background-color:grey;">
<p class="text-white align-self-center">{{{category}}}</p>
</div>
<br>
<div id="{{{category-clean}}}-container" class="{{{category-clean}}}-collapse no-overflow row"></div>
</div>
<br>
</html>