import { html, LayoutFunction } from 'cloudflare-htmx'; // this is the layout for the entire site const _layout: LayoutFunction = ({ children }) => { const title = 'Cloudflare Pages + HTMX'; return html`