--- interface Props { id: string; marker: string; type: string; content: string; title: string; } const {id, marker, type, content, title} = Astro.props ---
{title &&
{title}
} {type.toUpperCase()}

{content}