import "@benev/slate/x/node.js" import {template, html, easypage, headScripts, git_commit_hash, read_file, unsanitized} from "@benev/turtle" export default template(async basic => { const path = basic.path(import.meta.url) const hash = await git_commit_hash() return easypage({ path, dark: true, title: "Authduo Federated Test", head: html` ${headScripts({ devModulePath: await path.version.root("install.bundle.js"), prodModulePath: await path.version.root("install.bundle.min.js"), importmapContent: await read_file("x/importmap.json"), })} `, body: html`