--- const { frontmatter } = Astro.props; ---
barrettruth.com

{frontmatter.title}

{ frontmatter.description && (

{frontmatter.description}

) }