summaryrefslogtreecommitdiff
path: root/http/share/layouts/default.layout.upphtml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-09 16:11:06 +0100
committerJoe Carstairs <me@joeac.net>2026-06-09 16:11:06 +0100
commitb4f9be57d3afbe19970bb268ecb6723cd80e703e (patch)
tree9cc614a387e6811ac8bcd180e774f58f3878c194 /http/share/layouts/default.layout.upphtml
parent3ecf19cb8aa3661cffbb1ce3e4380807612c446c (diff)
http: builds blogs from gemlogs
Diffstat (limited to 'http/share/layouts/default.layout.upphtml')
-rw-r--r--http/share/layouts/default.layout.upphtml16
1 files changed, 16 insertions, 0 deletions
diff --git a/http/share/layouts/default.layout.upphtml b/http/share/layouts/default.layout.upphtml
new file mode 100644
index 0000000..e15cb4d
--- /dev/null
+++ b/http/share/layouts/default.layout.upphtml
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en-GB">
+
+<head>
+#!
+pp "${SHARE}"/components/head.upphtml
+#!
+</head>
+
+<body>
+#!
+pp "${SHARE}"/components/navbar.upphtml
+pp "$1"
+#!
+</body>
+</html>