# | 7 |Name | 8 |Posts | 9 |Actions | 10 |
---|---|---|---|
{{ index + 1}} | 15 |{{ tag.name }} | 16 |17 | {{ tag.posts_count }} {{ pluralize("post", tag.posts_count)}} 18 | | 19 |
20 | |
34 |
# | 6 |Name | 7 |Posts | 8 |Actions | 9 |
---|---|---|---|
{{ index + 1}} | 14 |{{ category.name }} | 15 |16 | {{ category.posts_count }} {{ pluralize("post", category.posts_count)}} 17 | | 18 |
19 | |
33 |
{{ data.content }}
10 |{{ post.description}}
8 |# | 6 |Title | 7 |Description | 8 |Category | 9 |Views | 10 |Online ? | 11 |Actions | 12 |
---|---|---|---|---|---|---|
{{ index + 1}} | 17 |{{ post.title }} | 18 |{{ post.description }} | 19 |{{ post.category.name }} | 20 |21 | {{ post.visits_count }} {{ pluralize("visit", post.visits_count)}} 22 | | 23 |24 | 25 | | 26 |
27 | |
41 |