--- import type { T } from '../i18n/strings'; interface Props { t: T } const { t } = Astro.props; const posts = [ { cover: '', tag: 'blog.1tag', date: '2026-05-28', t: 'blog.1t', d: 'blog.1d' }, { cover: 'c2', tag: 'blog.2tag', date: '2026-05-12', t: 'blog.2t', d: 'blog.2d' }, { cover: 'c3', tag: 'blog.3tag', date: '2026-04-30', t: 'blog.3t', d: 'blog.3d' }, ]; ---
{t('blog.eyebrow')}

{t('blog.h')}

{t('blog.sub')}