sourcehypertextadminauthauthform.pug

doctype html

html(lang=`${grimm.dict[lang].meta.code}`)
	head
		block head
			meta(charset="utf-8")
			meta(name="viewport", content="width=device-width, initial-scale=1.0")
			meta(name="robots" content="noindex")
			title #{title} | #{siteName}
			link(rel="icon", href="/cosmetics/favicon.png")
			link(href="/cosmetics/style.css", rel="stylesheet")
			link(href="/cosmetics/form-page.css", rel="stylesheet")
			script(src="/cosmetics/script.js")
			script(src="/cosmetics/htmx.js")
			script(src="/cosmetics/authforms.js")
	body
		#body-container
			main!= form