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