summaryrefslogtreecommitdiffstats
path: root/templates/categoriesById.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/categoriesById.html')
-rw-r--r--templates/categoriesById.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/categoriesById.html b/templates/categoriesById.html
deleted file mode 100644
index 1f4f433..0000000
--- a/templates/categoriesById.html
+++ /dev/null
@@ -1,7 +0,0 @@
1$if(categories.by_id)$
2 <ul class="c-hlist">
3 $for(categories.by_id)$
4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value.name$ ($it.value.count$)</li>
5 $endfor$
6 </ul>
7$endif$