{#if post.tags.length > 0}
{#each post.tags as tag} {tag.name} {/each}
{/if} {#each post.authors as author}
{author.name} {/each}
{dayjs (post.published_at) .format("ddd, DD MMM YYYY HH:mm")}
{post.plaintext.trim().split(/\s+/).length} words
{post.reading_time} minute read