--- import { ViewTransitions } from "astro:transitions"; import Header from "@components/UI/Header.astro"; import Footer from "@components/UI/Footer.astro"; import ThemeLoader from "@components/loaders/ThemeLoader.astro"; import CloakLoader from "@components/loaders/CloakLoader.astro"; import PageScriptLoader from "@components/loaders/PageScriptLoader.astro"; import WelcomeLogging from "@components/WelcomeLogging.astro"; import SchemaData from "@components/SchemaData.astro"; interface Props { title: string; optionalStylesheets?: string[]; } const { title, optionalStylesheets } = Astro.props; const DESCRIPTION = "Alu is a sleek web proxy supporting multiple standards of communication, and wide levels of customization. Similar to other proxies such as Holy Unblocker, Alu allows you to access blocked content while maintaining your privacy."; --- { optionalStylesheets?.map((item: string) => { return ; }) } {title} Skip to main content