--- import Layout from "@layouts/Layout.astro"; import { SITE } from "@consts"; import Showcase from "@components/Showcase.astro"; interface Props { content: any; CONSTS: any; } const { content, CONSTS } = Astro.props; ---

{CONSTS.TITLE}

{content.map((article: any) => )}