--- import BaseHead from "../components/BaseHead.astro"; import Navigation from "@polymech/astro-base/components/global/Navigation.astro"; import Footer from "@polymech/astro-base/components/global/Footer.astro"; import { isRTL } from "../app/config.js"; const { item, additionalKeywords, ...rest } = Astro.props; ---