import Head from '../Head.tsx'; import Background from '../Background.tsx'; export default ({ title, content, links, theme, extraStylesheets, extraScripts, cacheBust, showHakkenDates, }) => <>
{links.map(({ href, title, openInNewTab }) => {title} )}
;