--- import Layout from './Default.astro'; const { title, description, pubDate, tags } = Astro.props; ---

{title}

{pubDate}
{tags.map(tag => ( {tag} ))}