{{if posts.length === 0}}

No posts!

{{else}} {{each(i, post) posts}} {{partial({post: post, tags: $data.tags, authors: $data.authors, tpl: $data.tpl}) "post-snippet"}} {{/each}} {{/if}}