--- import "../../assets/css/tailwind.pcss"; import Banner from "../components/Banner.astro"; import Navbar from "../components/Navbar.astro"; export interface Props { title: string; } const { title } = Astro.props; interface Link { title: string; href: string; } const footerLinks = [ { title: "About", href: "/", }, { title: "Talks", href: "/talks", }, { title: "Daily list", href: "/daily", }, { title: "Search", href: "/search", }, ]; const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString().replace(/\/$/, ""); --- {title}
{false && ( Register now for my Drupal automated testing workshop →"} /> )}

{title}