summaryrefslogtreecommitdiffstats
path: root/templates/partials/categoriesByCount.html
blob: 871e3dbd3fb72477fa61c3667c538196acf784d4 (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$ ($it.value.count$)</li>
        $endfor$
    </ul>
$endif$