{#if posts.length > 0}
БЛОГ
ВСЕ СТАТЬИ →
{#each posts as post, i}
{fmtDate(post.date)}
{#if post.tags?.length}
{post.tags[0]}
{/if}
{post.title}
{post.description}
ЧИТАТЬ →
{/each}
{/if}