{{ post.slug }}
{{ post.author?.name || '—' }}
{{ formatDate(post.created_at) }}
{{ formatDate(post.updated_at) }}
{{ block.data.content }}
{{ block.data.caption }}
{{ post.slide.title }}
{{ post.slide.is_active ? 'Активен' : 'Не активен' }}
{{ post.slide.settings?.text_position || 'left' }}
{{ formatDate(post.slide.end_time) }}