--- import { slugify } from "../utils"; interface Props { title: string; hasBorder?: boolean; } const { title, hasBorder } = Astro.props; ---

{title}