import { title as titleFilter, en, de, md, } from '../../filters.ts'; import Head from '../Head.tsx'; import Background from '../Background.tsx'; export default ({ title, theme, extraStylesheets, links, cssCacheBust, }) => <>
{links.map(({ href, title }) => {title} )}
;