17 lines
174 B
Plaintext
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>
|