blob: 58dc5fe5239e0b39b49e3cad04b9b6d10b81be76 (
plain) (
blame)
1
2
3
4
5
6
7
|
$if(categories)$
<ul class="c-hlist">
$for(categories)$
<li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value.name$ ($it.value.count$)</li>
$endfor$
</ul>
$endif$
|