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