summaryrefslogtreecommitdiffstats
path: root/templates/categoryRef.html
blob: 9a363cf6f3f7554582063350a10629fa70473b3d (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$</li>
    $endfor$
</ul>
$endif$