--- import profilePicture from "../assets/profile-picture.png"; interface Props { name: string; subtitle: string; } const { name, subtitle } = Astro.props; ---
trueberryless

{name}

{subtitle}