diff --git a/tag.hbs b/tag.hbs new file mode 100644 index 0000000..a8fc2c1 --- /dev/null +++ b/tag.hbs @@ -0,0 +1,43 @@ +{{!< default}} + +{{#tag}} +
+ Tag +

{{name}}

+ {{#if description}} +

{{description}}

+ {{else}} +

A collection of {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}}

+ {{/if}} +
+{{/tag}} + +
+ {{#if posts}} +
+ {{#foreach posts}} + {{> "post-card"}} + {{/foreach}} + + {{#if pagination.next}} +
+
+ {{/if}} +
+ +
+
+

Loading more posts...

+
+ + {{else}} +

No posts found.

+ {{/if}} +