diff options
Diffstat (limited to 'templates/categoryRef.html')
| -rw-r--r-- | templates/categoryRef.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/categoryRef.html b/templates/categoryRef.html new file mode 100644 index 0000000..9a363cf --- /dev/null +++ b/templates/categoryRef.html | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | $if(categories)$ | ||
| 2 | <ul class="c-hlist"> | ||
| 3 | $for(categories)$ | ||
| 4 | <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li> | ||
| 5 | $endfor$ | ||
| 6 | </ul> | ||
| 7 | $endif$ | ||
