Files
joeac.net/http/share/layouts/default.layout.upphtml
T
2026-06-09 16:11:06 +01:00

17 lines
174 B
Plaintext

<!doctype html>
<html lang="en-GB">
<head>
#!
pp "${SHARE}"/components/head.upphtml
#!
</head>
<body>
#!
pp "${SHARE}"/components/navbar.upphtml
pp "$1"
#!
</body>
</html>