diff options
Diffstat (limited to 'http/share/layouts/default.layout.upphtml')
| -rw-r--r-- | http/share/layouts/default.layout.upphtml | 16 |
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> |
