hirnkotze/_root/categories.html

16 lines
300 B
HTML
Raw Normal View History

2013-09-10 05:35:03 +00:00
<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 }}