import { md } from '../../filters.ts'; import Head from '../Head.tsx'; import Background from '../Background.tsx'; import Langlink from '../Langlink.tsx'; export default ({ title, content, links, language, otherLang, baseURL, theme, extraStylesheets, extraScripts, cacheBust, }) => <>
{links.map(({ href, title, openInNewTab }) => {title} )}
;