hirnkotze/_root/categories.html
2013-09-09 22:35:03 -07:00

16 lines
300 B
HTML

<ul class="tag_box inline">
{{# posts.categories.all }}
{{> categories_list }}
{{/ posts.categories.all }}
</ul>
{{# posts.categories.all }}
<h3>{{ name }} ({{ count }})</h3>
<ul>
{{# posts?to_posts }}
{{> posts_list }}
{{/ posts?to_posts }}
</ul>
{{/ posts.categories.all }}