--- import Layout from "./Layout.astro"; interface Props { title: string; published?: Date; srcPath?: string; } const { title, srcPath, published } = Astro.props; const gitUrl = `https://git.c0ntroller.de/c0ntroller/frontpage/src/branch/astro/src/content/${srcPath}` --- {Astro.slots.has("main-nav") ? : null} { published || srcPath ? <>
: null } {Astro.slots.has("footer-nav") ? : null}