Files
Clintchiz b1086d14e9
Quality / quality (ubuntu-latest) (push) Failing after 6m7s
Quality / quality (windows-latest) (push) Canceled after 0s
fix(auth): secure hydration and align password forms
2026-08-11 17:05:04 +05:30

17 lines
205 B
Plaintext

layout Document {
runtime = "server"
props {
language: string = "en"
}
view {
<html>
<head></head>
<body>
<div id="app"><slot /></div>
</body>
</html>
}
}