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