summaryrefslogtreecommitdiffstats
path: root/templates/categoryRef.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/categoryRef.html')
-rw-r--r--templates/categoryRef.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/categoryRef.html b/templates/categoryRef.html
index 9a363cf..5715fa8 100644
--- a/templates/categoryRef.html
+++ b/templates/categoryRef.html
@@ -1,7 +1,7 @@
1$if(categories)$ 1$if(it)$
2<ul class="c-hlist"> 2 <ul class="c-hlist">
3 $for(categories)$ 3 $for(it/pairs)$
4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li> 4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li>
5 $endfor$ 5 $endfor$
6</ul> 6 </ul>
7$endif$ 7$endif$