{data.blogPost.date ? new Date(data.blogPost.date).toLocaleString(undefined, { month: 'short', day: 'numeric', year: 'numeric' }) : 'Не опубликован!'}
{new Date(data.blogPost.dateChanged).toLocaleString(undefined, { month: 'short', day: 'numeric', year: 'numeric' })}
{#if page.data.blogPost.projects?.length > 0} В данной заметке упоминаются наши проекты: {#each page.data.blogPost.projects as project} {project} {/each} {/if}
В данной заметке упоминаются наши проекты: