summaryrefslogtreecommitdiffstats
path: root/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list.html b/templates/list.html
index 4d62d47..2d663e0 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -1,8 +1,8 @@
1$body$ 1$body$
2 2
3$if(categories.by_id)$ 3$if(categories)$
4 <ul class="c-hlist"> 4 <ul class="c-hlist">
5 $for(categories.by_id)$ 5 $for(categories)$
6 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong> $it.value.name$</li> 6 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong> $it.value.name$</li>
7 $endfor$ 7 $endfor$
8 </ul> 8 </ul>