1 2 3 4 5 6 7
$if(it)$ <ul class="c-hlist"> $for(it/pairs)$ <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li> $endfor$ </ul> $endif$