import "@benev/slate/x/node.js" import shieldLockIcon from "./common/icons/tabler/shield-lock.icon.js" import {template, html, easypage, headScripts, git_commit_hash, read_file, unsanitized, renderSocialCard} from "@benev/turtle" const domain = "authduo.org" const favicon = "/assets/favicon.png" 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.org", head: html` ${renderSocialCard({ themeColor: "#8800ff", siteName: "authduo.org", title: "Authduo.org – login passports", description: "Own your identity. No emails, no passwords, no databases. User-sovereign, privacy-focused, open-source.", image: `https://${domain}${favicon}`, url: `https://${domain}/`, })} ${headScripts({ devModulePath: await path.version.root("manager/index.bundle.js"), prodModulePath: await path.version.root("manager/index.bundle.min.js"), importmapContent: await read_file("x/importmap.json"), })} `, body: html`