Back - {data.post.title}
{#if data.post.tags.length > 0}
{#each data.post.tags as tag} {tag} {/each}
{/if}
{data.post.author}
{dayjs .unix(data.post.created) .format("ddd, DD MMM YYYY HH:mm")}
{data.post.words} words
{data.post.readingTime} minute read
{@html data.content}