diff options
Diffstat (limited to 'templates/categoriesById.html')
-rw-r--r-- | templates/categoriesById.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/categoriesById.html b/templates/categoriesById.html new file mode 100644 index 0000000..1f4f433 --- /dev/null +++ b/templates/categoriesById.html | |||
@@ -0,0 +1,7 @@ | |||
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$ | ||