--- interface Props { posts: any[]; // Массив статей из PocketBase } const { posts } = Astro.props; if (!posts || posts.length === 0) return null; ---
{new Date(post.date).toLocaleDateString('de-DE')}