--- const { frontmatter } = Astro.props; --- Blog - Fernando Araoz
Fernando Araoz: le ブログ
{ frontmatter?.title && (

{frontmatter.title}

) } { frontmatter?.pubDate && (

Published: {frontmatter.pubDate}

) }