--- import { Image } from 'astro:assets'; import Icon from '../../ui/icons/Icon.astro'; const { content, author, role, avatarSrc } = Astro.props; interface Props { content: string; author: string; role: string; avatarSrc: string; } ---
{content}
{author}{role}