- - {data.title} - - Published {new Date(data.date).toLocaleDateString("en-GB", { - year: "numeric", - month: "long", - day: "numeric", - hour: "numeric", - minute: "numeric", - })} - - + + + + ← Back to blog + + + {data.title} + + Published {when(data.date)} + + - + - - {@html data.html} - - + + {@html data.html} + + + + + {#if data.posts.length > 0} + + Other posts + {#each data.posts as post} + + + {post.title} + + Published {when(post.date)} + + + + {/each} + + {/if} + + +
+ + ← Back to blog + + + {data.title} + + Published {when(data.date)} + + - + - - {@html data.html} - - + + {@html data.html} + + + +